Shades of Cameo #CAA188
Tints of Cameo #CAA188
RGB
CMYK
RGB Variations
Color information
#CAA188 (or 0xCAA188) is known color: Cameo. HEX triplet: CA, A1 and 88. RGB value is (202,161,136). Sum of RGB (Red+Green+Blue) = 202+161+136=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA188 is #355E77. Grayscale: #AAAAAA. Windows color (decimal): -3497592 or 8954314. OLE color: 8954314.
HSL color Cylindrical-coordinate representation of color #CAA188: hue angle of 22.73º 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 #CAA188 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 136 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.21 |
| HSL | 22.73º | 0.38% | 0.66% | - |
| HSV(B) | 22.73º | 0.33% | 0.79% | - |
| XYZ | 41.55 | 39.82 | 28.79 | - |
| YUV | 170.41 | 108.58 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 136 | 0 | 0.20 | 0.33 | 0.21 | 22.73 | 0.38 | 0.66 |
| Hex | CA | A1 | 88 | 0 | 14 | 21 | 15 | 17 | 26 | 42 |
| Octal | 312 | 241 | 210 | 0 | 24 | 41 | 25 | 27 | 46 | 102 |
| Binary | 11001010 | 10100001 | 10001000 | 0 | 10100 | 100001 | 10101 | 10111 | 100110 | 1000010 |
Color Harmonies of #CAA188
Complementary color
Monochromatic Colors of #CAA188
Black with #CAA188
Text Example
Text Example
White with #CAA188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA188; }
p { color: rgb(202,161,136); }
H1.HeaderClassName
{
color: #CAA188;
}
.AnyTagClassName
{
color: #CAA188;
}
</style>
background-color css
<style>
a { background-color: #CAA188; }
a { background-color: rgb(202,161,136); }
div.DivClassName
{
background-color: #CAA188;
}
.BgClassName
{
background-color: #CAA188;
}
</style>
border-color css
<style>
span { border-color: #CAA188; }
span { border-color: rgb(202,161,136); }
td.TdClassName
{
border-color: #CAA188;
}
.TagClassName
{
border-color: #CAA188;
}
</style>