Shades of Cameo #CAA37B
Tints of Cameo #CAA37B
RGB
CMYK
RGB Variations
Color information
#CAA37B (or 0xCAA37B) is known color: Cameo. HEX triplet: CA, A3 and 7B. RGB value is (202,163,123). Sum of RGB (Red+Green+Blue) = 202+163+123=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA37B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA37B is #355C84. Grayscale: #AAAAAA. Windows color (decimal): -3497093 or 8102858. OLE color: 8102858.
HSL color Cylindrical-coordinate representation of color #CAA37B: hue angle of 30.38º 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 #CAA37B is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 123 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.21 |
| HSL | 30.38º | 0.43% | 0.64% | - |
| HSV(B) | 30.38º | 0.39% | 0.79% | - |
| XYZ | 41.03 | 40.18 | 24.33 | - |
| YUV | 170.1 | 101.42 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 123 | 0 | 0.19 | 0.39 | 0.21 | 30.38 | 0.43 | 0.64 |
| Hex | CA | A3 | 7B | 0 | 13 | 27 | 15 | 1E | 2B | 40 |
| Octal | 312 | 243 | 173 | 0 | 23 | 47 | 25 | 36 | 53 | 100 |
| Binary | 11001010 | 10100011 | 1111011 | 0 | 10011 | 100111 | 10101 | 11110 | 101011 | 1000000 |
Color Harmonies of #CAA37B
Complementary color
Monochromatic Colors of #CAA37B
Black with #CAA37B
Text Example
Text Example
White with #CAA37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA37B; }
p { color: rgb(202,163,123); }
H1.HeaderClassName
{
color: #CAA37B;
}
.AnyTagClassName
{
color: #CAA37B;
}
</style>
background-color css
<style>
a { background-color: #CAA37B; }
a { background-color: rgb(202,163,123); }
div.DivClassName
{
background-color: #CAA37B;
}
.BgClassName
{
background-color: #CAA37B;
}
</style>
border-color css
<style>
span { border-color: #CAA37B; }
span { border-color: rgb(202,163,123); }
td.TdClassName
{
border-color: #CAA37B;
}
.TagClassName
{
border-color: #CAA37B;
}
</style>