Shades of Cameo #CAA488
Tints of Cameo #CAA488
RGB
CMYK
RGB Variations
Color information
#CAA488 (or 0xCAA488) is known color: Cameo. HEX triplet: CA, A4 and 88. RGB value is (202,164,136). Sum of RGB (Red+Green+Blue) = 202+164+136=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA488 is #355B77. Grayscale: #ACACAC. Windows color (decimal): -3496824 or 8955082. OLE color: 8955082.
HSL color Cylindrical-coordinate representation of color #CAA488: hue angle of 25.45º 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 #CAA488 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 164 | 136 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.21 |
| HSL | 25.45º | 0.38% | 0.66% | - |
| HSV(B) | 25.45º | 0.33% | 0.79% | - |
| XYZ | 42.08 | 40.89 | 28.97 | - |
| YUV | 172.17 | 107.59 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 136 | 0 | 0.19 | 0.33 | 0.21 | 25.45 | 0.38 | 0.66 |
| Hex | CA | A4 | 88 | 0 | 13 | 21 | 15 | 19 | 26 | 42 |
| Octal | 312 | 244 | 210 | 0 | 23 | 41 | 25 | 31 | 46 | 102 |
| Binary | 11001010 | 10100100 | 10001000 | 0 | 10011 | 100001 | 10101 | 11001 | 100110 | 1000010 |
Color Harmonies of #CAA488
Complementary color
Monochromatic Colors of #CAA488
Black with #CAA488
Text Example
Text Example
White with #CAA488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA488; }
p { color: rgb(202,164,136); }
H1.HeaderClassName
{
color: #CAA488;
}
.AnyTagClassName
{
color: #CAA488;
}
</style>
background-color css
<style>
a { background-color: #CAA488; }
a { background-color: rgb(202,164,136); }
div.DivClassName
{
background-color: #CAA488;
}
.BgClassName
{
background-color: #CAA488;
}
</style>
border-color css
<style>
span { border-color: #CAA488; }
span { border-color: rgb(202,164,136); }
td.TdClassName
{
border-color: #CAA488;
}
.TagClassName
{
border-color: #CAA488;
}
</style>