Shades of Cameo #CA9C81
Tints of Cameo #CA9C81
RGB
CMYK
RGB Variations
Color information
#CA9C81 (or 0xCA9C81) is known color: Cameo. HEX triplet: CA, 9C and 81. RGB value is (202,156,129). Sum of RGB (Red+Green+Blue) = 202+156+129=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9C81 is #35637E. Grayscale: #A6A6A6. Windows color (decimal): -3498879 or 8494282. OLE color: 8494282.
HSL color Cylindrical-coordinate representation of color #CA9C81: hue angle of 22.19º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA9C81 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 156 | 129 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.21 |
| HSL | 22.19º | 0.41% | 0.65% | - |
| HSV(B) | 22.19º | 0.36% | 0.79% | - |
| XYZ | 40.21 | 37.92 | 25.97 | - |
| YUV | 166.68 | 106.74 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 156 | 129 | 0 | 0.23 | 0.36 | 0.21 | 22.19 | 0.41 | 0.65 |
| Hex | CA | 9C | 81 | 0 | 17 | 24 | 15 | 16 | 29 | 41 |
| Octal | 312 | 234 | 201 | 0 | 27 | 44 | 25 | 26 | 51 | 101 |
| Binary | 11001010 | 10011100 | 10000001 | 0 | 10111 | 100100 | 10101 | 10110 | 101001 | 1000001 |
Color Harmonies of #CA9C81
Complementary color
Monochromatic Colors of #CA9C81
Black with #CA9C81
Text Example
Text Example
White with #CA9C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9C81; }
p { color: rgb(202,156,129); }
H1.HeaderClassName
{
color: #CA9C81;
}
.AnyTagClassName
{
color: #CA9C81;
}
</style>
background-color css
<style>
a { background-color: #CA9C81; }
a { background-color: rgb(202,156,129); }
div.DivClassName
{
background-color: #CA9C81;
}
.BgClassName
{
background-color: #CA9C81;
}
</style>
border-color css
<style>
span { border-color: #CA9C81; }
span { border-color: rgb(202,156,129); }
td.TdClassName
{
border-color: #CA9C81;
}
.TagClassName
{
border-color: #CA9C81;
}
</style>