Shades of Cameo #CAA889
Tints of Cameo #CAA889
RGB
CMYK
RGB Variations
Color information
#CAA889 (or 0xCAA889) is known color: Cameo. HEX triplet: CA, A8 and 89. RGB value is (202,168,137). Sum of RGB (Red+Green+Blue) = 202+168+137=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 137 (53.91% from 255 or 27.02% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA889 is #355776. Grayscale: #AEAEAE. Windows color (decimal): -3495799 or 9021642. OLE color: 9021642.
HSL color Cylindrical-coordinate representation of color #CAA889: hue angle of 28.62º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAA889 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 137 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.21 |
| HSL | 28.62º | 0.38% | 0.66% | - |
| HSV(B) | 28.62º | 0.32% | 0.79% | - |
| XYZ | 42.88 | 42.37 | 29.58 | - |
| YUV | 174.63 | 106.76 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 137 | 0 | 0.17 | 0.32 | 0.21 | 28.62 | 0.38 | 0.66 |
| Hex | CA | A8 | 89 | 0 | 11 | 20 | 15 | 1D | 26 | 42 |
| Octal | 312 | 250 | 211 | 0 | 21 | 40 | 25 | 35 | 46 | 102 |
| Binary | 11001010 | 10101000 | 10001001 | 0 | 10001 | 100000 | 10101 | 11101 | 100110 | 1000010 |
Color Harmonies of #CAA889
Complementary color
Monochromatic Colors of #CAA889
Black with #CAA889
Text Example
Text Example
White with #CAA889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA889; }
p { color: rgb(202,168,137); }
H1.HeaderClassName
{
color: #CAA889;
}
.AnyTagClassName
{
color: #CAA889;
}
</style>
background-color css
<style>
a { background-color: #CAA889; }
a { background-color: rgb(202,168,137); }
div.DivClassName
{
background-color: #CAA889;
}
.BgClassName
{
background-color: #CAA889;
}
</style>
border-color css
<style>
span { border-color: #CAA889; }
span { border-color: rgb(202,168,137); }
td.TdClassName
{
border-color: #CAA889;
}
.TagClassName
{
border-color: #CAA889;
}
</style>