Shades of Cameo #CAA67B
Tints of Cameo #CAA67B
RGB
CMYK
RGB Variations
Color information
#CAA67B (or 0xCAA67B) is known color: Cameo. HEX triplet: CA, A6 and 7B. RGB value is (202,166,123). Sum of RGB (Red+Green+Blue) = 202+166+123=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA67B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA67B is #355984. Grayscale: #ACACAC. Windows color (decimal): -3496325 or 8103626. OLE color: 8103626.
HSL color Cylindrical-coordinate representation of color #CAA67B: hue angle of 32.66º 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 #CAA67B is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 123 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.21 |
| HSL | 32.66º | 0.43% | 0.64% | - |
| HSV(B) | 32.66º | 0.39% | 0.79% | - |
| XYZ | 41.57 | 41.26 | 24.51 | - |
| YUV | 171.86 | 100.43 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 123 | 0 | 0.18 | 0.39 | 0.21 | 32.66 | 0.43 | 0.64 |
| Hex | CA | A6 | 7B | 0 | 12 | 27 | 15 | 21 | 2B | 40 |
| Octal | 312 | 246 | 173 | 0 | 22 | 47 | 25 | 41 | 53 | 100 |
| Binary | 11001010 | 10100110 | 1111011 | 0 | 10010 | 100111 | 10101 | 100001 | 101011 | 1000000 |
Color Harmonies of #CAA67B
Complementary color
Monochromatic Colors of #CAA67B
Black with #CAA67B
Text Example
Text Example
White with #CAA67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA67B; }
p { color: rgb(202,166,123); }
H1.HeaderClassName
{
color: #CAA67B;
}
.AnyTagClassName
{
color: #CAA67B;
}
</style>
background-color css
<style>
a { background-color: #CAA67B; }
a { background-color: rgb(202,166,123); }
div.DivClassName
{
background-color: #CAA67B;
}
.BgClassName
{
background-color: #CAA67B;
}
</style>
border-color css
<style>
span { border-color: #CAA67B; }
span { border-color: rgb(202,166,123); }
td.TdClassName
{
border-color: #CAA67B;
}
.TagClassName
{
border-color: #CAA67B;
}
</style>