Shades of Cameo #CA9F77
Tints of Cameo #CA9F77
RGB
CMYK
RGB Variations
Color information
#CA9F77 (or 0xCA9F77) is known color: Cameo. HEX triplet: CA, 9F and 77. RGB value is (202,159,119). Sum of RGB (Red+Green+Blue) = 202+159+119=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 119 (46.88% from 255 or 24.79% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9F77 is #356088. Grayscale: #A7A7A7. Windows color (decimal): -3498121 or 7839690. OLE color: 7839690.
HSL color Cylindrical-coordinate representation of color #CA9F77: hue angle of 28.92º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA9F77 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 159 | 119 | - |
CMYK | 0 | 0.21 | 0.41 | 0.21 |
HSL | 28.92º | 0.44% | 0.63% | - |
HSV(B) | 28.92º | 0.41% | 0.79% | - |
XYZ | 40.09 | 38.68 | 22.81 | - |
YUV | 167.3 | 100.75 | 152.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 159 | 119 | 0 | 0.21 | 0.41 | 0.21 | 28.92 | 0.44 | 0.63 |
Hex | CA | 9F | 77 | 0 | 15 | 29 | 15 | 1D | 2C | 3F |
Octal | 312 | 237 | 167 | 0 | 25 | 51 | 25 | 35 | 54 | 77 |
Binary | 11001010 | 10011111 | 1110111 | 0 | 10101 | 101001 | 10101 | 11101 | 101100 | 111111 |
Color Harmonies of #CA9F77
Complementary color
Monochromatic Colors of #CA9F77
Black with #CA9F77
Text Example
Text Example
White with #CA9F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9F77; }
p { color: rgb(202,159,119); }
H1.HeaderClassName
{
color: #CA9F77;
}
.AnyTagClassName
{
color: #CA9F77;
}
</style>
background-color css
<style>
a { background-color: #CA9F77; }
a { background-color: rgb(202,159,119); }
div.DivClassName
{
background-color: #CA9F77;
}
.BgClassName
{
background-color: #CA9F77;
}
</style>
border-color css
<style>
span { border-color: #CA9F77; }
span { border-color: rgb(202,159,119); }
td.TdClassName
{
border-color: #CA9F77;
}
.TagClassName
{
border-color: #CA9F77;
}
</style>