Shades of Cameo #CA9B77
Tints of Cameo #CA9B77
RGB
CMYK
RGB Variations
Color information
#CA9B77 (or 0xCA9B77) is known color: Cameo. HEX triplet: CA, 9B and 77. RGB value is (202,155,119). Sum of RGB (Red+Green+Blue) = 202+155+119=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9B77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9B77 is #356488. Grayscale: #A5A5A5. Windows color (decimal): -3499145 or 7838666. OLE color: 7838666.
HSL color Cylindrical-coordinate representation of color #CA9B77: hue angle of 26.02º 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 #CA9B77 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 155 | 119 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.21 |
| HSL | 26.02º | 0.44% | 0.63% | - |
| HSV(B) | 26.02º | 0.41% | 0.79% | - |
| XYZ | 39.41 | 37.33 | 22.58 | - |
| YUV | 164.95 | 102.07 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 155 | 119 | 0 | 0.23 | 0.41 | 0.21 | 26.02 | 0.44 | 0.63 |
| Hex | CA | 9B | 77 | 0 | 17 | 29 | 15 | 1A | 2C | 3F |
| Octal | 312 | 233 | 167 | 0 | 27 | 51 | 25 | 32 | 54 | 77 |
| Binary | 11001010 | 10011011 | 1110111 | 0 | 10111 | 101001 | 10101 | 11010 | 101100 | 111111 |
Color Harmonies of #CA9B77
Complementary color
Monochromatic Colors of #CA9B77
Black with #CA9B77
Text Example
Text Example
White with #CA9B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9B77; }
p { color: rgb(202,155,119); }
H1.HeaderClassName
{
color: #CA9B77;
}
.AnyTagClassName
{
color: #CA9B77;
}
</style>
background-color css
<style>
a { background-color: #CA9B77; }
a { background-color: rgb(202,155,119); }
div.DivClassName
{
background-color: #CA9B77;
}
.BgClassName
{
background-color: #CA9B77;
}
</style>
border-color css
<style>
span { border-color: #CA9B77; }
span { border-color: rgb(202,155,119); }
td.TdClassName
{
border-color: #CA9B77;
}
.TagClassName
{
border-color: #CA9B77;
}
</style>