Shades of Cameo #CAA07B
Tints of Cameo #CAA07B
RGB
CMYK
RGB Variations
Color information
#CAA07B (or 0xCAA07B) is known color: Cameo. HEX triplet: CA, A0 and 7B. RGB value is (202,160,123). Sum of RGB (Red+Green+Blue) = 202+160+123=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 123 (48.44% from 255 or 25.36% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA07B is #355F84. Grayscale: #A8A8A8. Windows color (decimal): -3497861 or 8102090. OLE color: 8102090.
HSL color Cylindrical-coordinate representation of color #CAA07B: hue angle of 28.1º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CAA07B is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 123 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.21 |
| HSL | 28.1º | 0.43% | 0.64% | - |
| HSV(B) | 28.1º | 0.39% | 0.79% | - |
| XYZ | 40.5 | 39.13 | 24.16 | - |
| YUV | 168.34 | 102.41 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 123 | 0 | 0.21 | 0.39 | 0.21 | 28.1 | 0.43 | 0.64 |
| Hex | CA | A0 | 7B | 0 | 15 | 27 | 15 | 1C | 2B | 40 |
| Octal | 312 | 240 | 173 | 0 | 25 | 47 | 25 | 34 | 53 | 100 |
| Binary | 11001010 | 10100000 | 1111011 | 0 | 10101 | 100111 | 10101 | 11100 | 101011 | 1000000 |
Color Harmonies of #CAA07B
Complementary color
Monochromatic Colors of #CAA07B
Black with #CAA07B
Text Example
Text Example
White with #CAA07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA07B; }
p { color: rgb(202,160,123); }
H1.HeaderClassName
{
color: #CAA07B;
}
.AnyTagClassName
{
color: #CAA07B;
}
</style>
background-color css
<style>
a { background-color: #CAA07B; }
a { background-color: rgb(202,160,123); }
div.DivClassName
{
background-color: #CAA07B;
}
.BgClassName
{
background-color: #CAA07B;
}
</style>
border-color css
<style>
span { border-color: #CAA07B; }
span { border-color: rgb(202,160,123); }
td.TdClassName
{
border-color: #CAA07B;
}
.TagClassName
{
border-color: #CAA07B;
}
</style>