Shades of Cameo #CA9A81
Tints of Cameo #CA9A81
RGB
CMYK
RGB Variations
Color information
#CA9A81 (or 0xCA9A81) is known color: Cameo. HEX triplet: CA, 9A and 81. RGB value is (202,154,129). Sum of RGB (Red+Green+Blue) = 202+154+129=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9A81 is #35657E. Grayscale: #A5A5A5. Windows color (decimal): -3499391 or 8493770. OLE color: 8493770.
HSL color Cylindrical-coordinate representation of color #CA9A81: hue angle of 20.55º 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 #CA9A81 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 154 | 129 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.21 |
| HSL | 20.55º | 0.41% | 0.65% | - |
| HSV(B) | 20.55º | 0.36% | 0.79% | - |
| XYZ | 39.88 | 37.25 | 25.86 | - |
| YUV | 165.5 | 107.4 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 154 | 129 | 0 | 0.24 | 0.36 | 0.21 | 20.55 | 0.41 | 0.65 |
| Hex | CA | 9A | 81 | 0 | 18 | 24 | 15 | 15 | 29 | 41 |
| Octal | 312 | 232 | 201 | 0 | 30 | 44 | 25 | 25 | 51 | 101 |
| Binary | 11001010 | 10011010 | 10000001 | 0 | 11000 | 100100 | 10101 | 10101 | 101001 | 1000001 |
Color Harmonies of #CA9A81
Complementary color
Monochromatic Colors of #CA9A81
Black with #CA9A81
Text Example
Text Example
White with #CA9A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9A81; }
p { color: rgb(202,154,129); }
H1.HeaderClassName
{
color: #CA9A81;
}
.AnyTagClassName
{
color: #CA9A81;
}
</style>
background-color css
<style>
a { background-color: #CA9A81; }
a { background-color: rgb(202,154,129); }
div.DivClassName
{
background-color: #CA9A81;
}
.BgClassName
{
background-color: #CA9A81;
}
</style>
border-color css
<style>
span { border-color: #CA9A81; }
span { border-color: rgb(202,154,129); }
td.TdClassName
{
border-color: #CA9A81;
}
.TagClassName
{
border-color: #CA9A81;
}
</style>