Shades of Cameo #CAA07F
Tints of Cameo #CAA07F
RGB
CMYK
RGB Variations
Color information
#CAA07F (or 0xCAA07F) is known color: Cameo. HEX triplet: CA, A0 and 7F. RGB value is (202,160,127). Sum of RGB (Red+Green+Blue) = 202+160+127=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA07F is #355F80. Grayscale: #A8A8A8. Windows color (decimal): -3497857 or 8364234. OLE color: 8364234.
HSL color Cylindrical-coordinate representation of color #CAA07F: hue angle of 26.4º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAA07F is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 127 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.21 |
| HSL | 26.4º | 0.41% | 0.65% | - |
| HSV(B) | 26.4º | 0.37% | 0.79% | - |
| XYZ | 40.76 | 39.23 | 25.5 | - |
| YUV | 168.8 | 104.41 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 127 | 0 | 0.21 | 0.37 | 0.21 | 26.4 | 0.41 | 0.65 |
| Hex | CA | A0 | 7F | 0 | 15 | 25 | 15 | 1A | 29 | 41 |
| Octal | 312 | 240 | 177 | 0 | 25 | 45 | 25 | 32 | 51 | 101 |
| Binary | 11001010 | 10100000 | 1111111 | 0 | 10101 | 100101 | 10101 | 11010 | 101001 | 1000001 |
Color Harmonies of #CAA07F
Complementary color
Monochromatic Colors of #CAA07F
Black with #CAA07F
Text Example
Text Example
White with #CAA07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA07F; }
p { color: rgb(202,160,127); }
H1.HeaderClassName
{
color: #CAA07F;
}
.AnyTagClassName
{
color: #CAA07F;
}
</style>
background-color css
<style>
a { background-color: #CAA07F; }
a { background-color: rgb(202,160,127); }
div.DivClassName
{
background-color: #CAA07F;
}
.BgClassName
{
background-color: #CAA07F;
}
</style>
border-color css
<style>
span { border-color: #CAA07F; }
span { border-color: rgb(202,160,127); }
td.TdClassName
{
border-color: #CAA07F;
}
.TagClassName
{
border-color: #CAA07F;
}
</style>