Shades of Cameo #CA9C78
Tints of Cameo #CA9C78
RGB
CMYK
RGB Variations
Color information
#CA9C78 (or 0xCA9C78) is known color: Cameo. HEX triplet: CA, 9C and 78. RGB value is (202,156,120). Sum of RGB (Red+Green+Blue) = 202+156+120=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9C78 is #356387. Grayscale: #A5A5A5. Windows color (decimal): -3498888 or 7904458. OLE color: 7904458.
HSL color Cylindrical-coordinate representation of color #CA9C78: hue angle of 26.34º 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 #CA9C78 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 156 | 120 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.21 |
| HSL | 26.34º | 0.44% | 0.63% | - |
| HSV(B) | 26.34º | 0.41% | 0.79% | - |
| XYZ | 39.64 | 37.69 | 22.96 | - |
| YUV | 165.65 | 102.24 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 156 | 120 | 0 | 0.23 | 0.41 | 0.21 | 26.34 | 0.44 | 0.63 |
| Hex | CA | 9C | 78 | 0 | 17 | 29 | 15 | 1A | 2C | 3F |
| Octal | 312 | 234 | 170 | 0 | 27 | 51 | 25 | 32 | 54 | 77 |
| Binary | 11001010 | 10011100 | 1111000 | 0 | 10111 | 101001 | 10101 | 11010 | 101100 | 111111 |
Color Harmonies of #CA9C78
Complementary color
Monochromatic Colors of #CA9C78
Black with #CA9C78
Text Example
Text Example
White with #CA9C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9C78; }
p { color: rgb(202,156,120); }
H1.HeaderClassName
{
color: #CA9C78;
}
.AnyTagClassName
{
color: #CA9C78;
}
</style>
background-color css
<style>
a { background-color: #CA9C78; }
a { background-color: rgb(202,156,120); }
div.DivClassName
{
background-color: #CA9C78;
}
.BgClassName
{
background-color: #CA9C78;
}
</style>
border-color css
<style>
span { border-color: #CA9C78; }
span { border-color: rgb(202,156,120); }
td.TdClassName
{
border-color: #CA9C78;
}
.TagClassName
{
border-color: #CA9C78;
}
</style>