Shades of Cameo #CAA588
Tints of Cameo #CAA588
RGB
CMYK
RGB Variations
Color information
#CAA588 (or 0xCAA588) is known color: Cameo. HEX triplet: CA, A5 and 88. RGB value is (202,165,136). Sum of RGB (Red+Green+Blue) = 202+165+136=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 165 (64.84% from 255 or 32.80% from 503); Blue value is 136 (53.52% from 255 or 27.04% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA588 is #355A77. Grayscale: #ACACAC. Windows color (decimal): -3496568 or 8955338. OLE color: 8955338.
HSL color Cylindrical-coordinate representation of color #CAA588: hue angle of 26.36º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAA588 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 136 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.21 |
| HSL | 26.36º | 0.38% | 0.66% | - |
| HSV(B) | 26.36º | 0.33% | 0.79% | - |
| XYZ | 42.26 | 41.24 | 29.03 | - |
| YUV | 172.76 | 107.26 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 136 | 0 | 0.18 | 0.33 | 0.21 | 26.36 | 0.38 | 0.66 |
| Hex | CA | A5 | 88 | 0 | 12 | 21 | 15 | 1A | 26 | 42 |
| Octal | 312 | 245 | 210 | 0 | 22 | 41 | 25 | 32 | 46 | 102 |
| Binary | 11001010 | 10100101 | 10001000 | 0 | 10010 | 100001 | 10101 | 11010 | 100110 | 1000010 |
Color Harmonies of #CAA588
Complementary color
Monochromatic Colors of #CAA588
Black with #CAA588
Text Example
Text Example
White with #CAA588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA588; }
p { color: rgb(202,165,136); }
H1.HeaderClassName
{
color: #CAA588;
}
.AnyTagClassName
{
color: #CAA588;
}
</style>
background-color css
<style>
a { background-color: #CAA588; }
a { background-color: rgb(202,165,136); }
div.DivClassName
{
background-color: #CAA588;
}
.BgClassName
{
background-color: #CAA588;
}
</style>
border-color css
<style>
span { border-color: #CAA588; }
span { border-color: rgb(202,165,136); }
td.TdClassName
{
border-color: #CAA588;
}
.TagClassName
{
border-color: #CAA588;
}
</style>