Shades of Cameo #CAA77D
Tints of Cameo #CAA77D
RGB
CMYK
RGB Variations
Color information
#CAA77D (or 0xCAA77D) is known color: Cameo. HEX triplet: CA, A7 and 7D. RGB value is (202,167,125). Sum of RGB (Red+Green+Blue) = 202+167+125=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA77D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA77D is #355882. Grayscale: #ACACAC. Windows color (decimal): -3496067 or 8234954. OLE color: 8234954.
HSL color Cylindrical-coordinate representation of color #CAA77D: hue angle of 32.73º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CAA77D is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 167 | 125 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.21 |
| HSL | 32.73º | 0.42% | 0.64% | - |
| HSV(B) | 32.73º | 0.38% | 0.79% | - |
| XYZ | 41.88 | 41.67 | 25.24 | - |
| YUV | 172.68 | 101.1 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 167 | 125 | 0 | 0.17 | 0.38 | 0.21 | 32.73 | 0.42 | 0.64 |
| Hex | CA | A7 | 7D | 0 | 11 | 26 | 15 | 21 | 2A | 40 |
| Octal | 312 | 247 | 175 | 0 | 21 | 46 | 25 | 41 | 52 | 100 |
| Binary | 11001010 | 10100111 | 1111101 | 0 | 10001 | 100110 | 10101 | 100001 | 101010 | 1000000 |
Color Harmonies of #CAA77D
Complementary color
Monochromatic Colors of #CAA77D
Black with #CAA77D
Text Example
Text Example
White with #CAA77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA77D; }
p { color: rgb(202,167,125); }
H1.HeaderClassName
{
color: #CAA77D;
}
.AnyTagClassName
{
color: #CAA77D;
}
</style>
background-color css
<style>
a { background-color: #CAA77D; }
a { background-color: rgb(202,167,125); }
div.DivClassName
{
background-color: #CAA77D;
}
.BgClassName
{
background-color: #CAA77D;
}
</style>
border-color css
<style>
span { border-color: #CAA77D; }
span { border-color: rgb(202,167,125); }
td.TdClassName
{
border-color: #CAA77D;
}
.TagClassName
{
border-color: #CAA77D;
}
</style>