Shades of Cameo #CAA77F
Tints of Cameo #CAA77F
RGB
CMYK
RGB Variations
Color information
#CAA77F (or 0xCAA77F) is known color: Cameo. HEX triplet: CA, A7 and 7F. RGB value is (202,167,127). Sum of RGB (Red+Green+Blue) = 202+167+127=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 167 (65.62% from 255 or 33.67% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA77F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA77F is #355880. Grayscale: #ADADAD. Windows color (decimal): -3496065 or 8366026. OLE color: 8366026.
HSL color Cylindrical-coordinate representation of color #CAA77F: hue angle of 32º 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 #CAA77F is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 167 | 127 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.21 |
| HSL | 32º | 0.41% | 0.65% | - |
| HSV(B) | 32º | 0.37% | 0.79% | - |
| XYZ | 42.01 | 41.73 | 25.92 | - |
| YUV | 172.91 | 102.1 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 167 | 127 | 0 | 0.17 | 0.37 | 0.21 | 32 | 0.41 | 0.65 |
| Hex | CA | A7 | 7F | 0 | 11 | 25 | 15 | 20 | 29 | 41 |
| Octal | 312 | 247 | 177 | 0 | 21 | 45 | 25 | 40 | 51 | 101 |
| Binary | 11001010 | 10100111 | 1111111 | 0 | 10001 | 100101 | 10101 | 100000 | 101001 | 1000001 |
Color Harmonies of #CAA77F
Complementary color
Monochromatic Colors of #CAA77F
Black with #CAA77F
Text Example
Text Example
White with #CAA77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA77F; }
p { color: rgb(202,167,127); }
H1.HeaderClassName
{
color: #CAA77F;
}
.AnyTagClassName
{
color: #CAA77F;
}
</style>
background-color css
<style>
a { background-color: #CAA77F; }
a { background-color: rgb(202,167,127); }
div.DivClassName
{
background-color: #CAA77F;
}
.BgClassName
{
background-color: #CAA77F;
}
</style>
border-color css
<style>
span { border-color: #CAA77F; }
span { border-color: rgb(202,167,127); }
td.TdClassName
{
border-color: #CAA77F;
}
.TagClassName
{
border-color: #CAA77F;
}
</style>