Shades of Cameo #CAA08A
Tints of Cameo #CAA08A
RGB
CMYK
RGB Variations
Color information
#CAA08A (or 0xCAA08A) is known color: Cameo. HEX triplet: CA, A0 and 8A. RGB value is (202,160,138). Sum of RGB (Red+Green+Blue) = 202+160+138=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA08A is #355F75. Grayscale: #AAAAAA. Windows color (decimal): -3497846 or 9085130. OLE color: 9085130.
HSL color Cylindrical-coordinate representation of color #CAA08A: hue angle of 20.62º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAA08A is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 138 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.21 |
| HSL | 20.63º | 0.38% | 0.67% | - |
| HSV(B) | 20.63º | 0.32% | 0.79% | - |
| XYZ | 41.52 | 39.53 | 29.49 | - |
| YUV | 170.05 | 109.91 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 138 | 0 | 0.21 | 0.32 | 0.21 | 20.63 | 0.38 | 0.67 |
| Hex | CA | A0 | 8A | 0 | 15 | 20 | 15 | 15 | 26 | 43 |
| Octal | 312 | 240 | 212 | 0 | 25 | 40 | 25 | 25 | 46 | 103 |
| Binary | 11001010 | 10100000 | 10001010 | 0 | 10101 | 100000 | 10101 | 10101 | 100110 | 1000011 |
Color Harmonies of #CAA08A
Complementary color
Monochromatic Colors of #CAA08A
Black with #CAA08A
Text Example
Text Example
White with #CAA08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA08A; }
p { color: rgb(202,160,138); }
H1.HeaderClassName
{
color: #CAA08A;
}
.AnyTagClassName
{
color: #CAA08A;
}
</style>
background-color css
<style>
a { background-color: #CAA08A; }
a { background-color: rgb(202,160,138); }
div.DivClassName
{
background-color: #CAA08A;
}
.BgClassName
{
background-color: #CAA08A;
}
</style>
border-color css
<style>
span { border-color: #CAA08A; }
span { border-color: rgb(202,160,138); }
td.TdClassName
{
border-color: #CAA08A;
}
.TagClassName
{
border-color: #CAA08A;
}
</style>