Shades of Cameo #CA9C76
Tints of Cameo #CA9C76
RGB
CMYK
RGB Variations
Color information
#CA9C76 (or 0xCA9C76) is known color: Cameo. HEX triplet: CA, 9C and 76. RGB value is (202,156,118). Sum of RGB (Red+Green+Blue) = 202+156+118=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 118 (46.48% from 255 or 24.79% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9C76 is #356389. Grayscale: #A5A5A5. Windows color (decimal): -3498890 or 7773386. OLE color: 7773386.
HSL color Cylindrical-coordinate representation of color #CA9C76: hue angle of 27.14º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA9C76 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 156 | 118 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.21 |
| HSL | 27.14º | 0.44% | 0.63% | - |
| HSV(B) | 27.14º | 0.42% | 0.79% | - |
| XYZ | 39.52 | 37.64 | 22.32 | - |
| YUV | 165.42 | 101.24 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 156 | 118 | 0 | 0.23 | 0.42 | 0.21 | 27.14 | 0.44 | 0.63 |
| Hex | CA | 9C | 76 | 0 | 17 | 2A | 15 | 1B | 2C | 3F |
| Octal | 312 | 234 | 166 | 0 | 27 | 52 | 25 | 33 | 54 | 77 |
| Binary | 11001010 | 10011100 | 1110110 | 0 | 10111 | 101010 | 10101 | 11011 | 101100 | 111111 |
Color Harmonies of #CA9C76
Complementary color
Monochromatic Colors of #CA9C76
Black with #CA9C76
Text Example
Text Example
White with #CA9C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9C76; }
p { color: rgb(202,156,118); }
H1.HeaderClassName
{
color: #CA9C76;
}
.AnyTagClassName
{
color: #CA9C76;
}
</style>
background-color css
<style>
a { background-color: #CA9C76; }
a { background-color: rgb(202,156,118); }
div.DivClassName
{
background-color: #CA9C76;
}
.BgClassName
{
background-color: #CA9C76;
}
</style>
border-color css
<style>
span { border-color: #CA9C76; }
span { border-color: rgb(202,156,118); }
td.TdClassName
{
border-color: #CA9C76;
}
.TagClassName
{
border-color: #CA9C76;
}
</style>