Color spaces of #c299aa
RGB | 194 | 153 | 170 |
---|---|---|---|
HSL | 0.93 | 0.25 | 0.68 |
HSV | 335° | 21° | 76° |
CMYK | 0.00 | 0.21 | 0.12 0.24 |
XYZ | 40.8951 | 37.1541 | 43.0463 |
Yxy | 37.1541 | 0.3377 | 0.3068 |
Hunter Lab | 60.9542 | 13.0887 | 0.7969 |
CIE-Lab | 67.3925 | 18.0184 | -3.0072 |
#c299aa color RGB value is (194,153,170).
#c299aa hex color red value is 194, green value is 153 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c299aa hue: 0.93 , saturation: 0.25 and the lightness value of c299aa is 0.68.
The process color (four color CMYK) of #c299aa color hex is 0.00, 0.21, 0.12, 0.24. Web safe color of #c299aa is #cc9999. Color #c299aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 10011001 | 10101010 |
Octal | 302 | 231 | 252 |
Decimal | 194 | 153 | 170 |
Hex | C2 | 99 | AA |
Shades of #c299aa
Tints of #c299aa
RGB Percentages of Color #c299aa
CMYK Percentages of Color #c299aa
Complementary Color
#c299aa | #99c2b1 |
#c299aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c299aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#c299aa Color CSS Codes
.mybgcolor {background-color:#c299aa; } .myforecolor {color:#c299aa; } .mybordercolor {border:3px solid #c299aa; }
#c299aa Text Font Color
<p style="color:#c299aa">Text here</p>
This sample text font color is #c299aa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#c299aa Background Color
<div style="background-color:#c299aa">
Div content here</div>
This div background color is #c299aa
#c299aa Border Color
<div style="border:3px solid #c299aa">
Div here</div>
This div border color is #c299aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,153,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c299aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c299aa; -webkit-box-shadow: 1px 1px 3px 2px #c299aa; box-shadow: 1px 1px 3px 2px #c299aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,153,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c299aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c299aa; -webkit-box-shadow: 1px 1px 3px 2px #c299aa; box-shadow: 1px 1px 3px 2px #c299aa;">
Div content here</div>
This div box has shadow with color #c299aa
Comments
No comments written yet.
Please login to write comment.