Shades of Cameo #CAA17B
Tints of Cameo #CAA17B
RGB
CMYK
RGB Variations
Color information
#CAA17B (or 0xCAA17B) is known color: Cameo. HEX triplet: CA, A1 and 7B. RGB value is (202,161,123). Sum of RGB (Red+Green+Blue) = 202+161+123=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 123 (48.44% from 255 or 25.31% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA17B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA17B is #355E84. Grayscale: #A9A9A9. Windows color (decimal): -3497605 or 8102346. OLE color: 8102346.
HSL color Cylindrical-coordinate representation of color #CAA17B: hue angle of 28.86º 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 #CAA17B is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 123 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.21 |
| HSL | 28.86º | 0.43% | 0.64% | - |
| HSV(B) | 28.86º | 0.39% | 0.79% | - |
| XYZ | 40.68 | 39.48 | 24.21 | - |
| YUV | 168.93 | 102.08 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 123 | 0 | 0.20 | 0.39 | 0.21 | 28.86 | 0.43 | 0.64 |
| Hex | CA | A1 | 7B | 0 | 14 | 27 | 15 | 1D | 2B | 40 |
| Octal | 312 | 241 | 173 | 0 | 24 | 47 | 25 | 35 | 53 | 100 |
| Binary | 11001010 | 10100001 | 1111011 | 0 | 10100 | 100111 | 10101 | 11101 | 101011 | 1000000 |
Color Harmonies of #CAA17B
Complementary color
Monochromatic Colors of #CAA17B
Black with #CAA17B
Text Example
Text Example
White with #CAA17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA17B; }
p { color: rgb(202,161,123); }
H1.HeaderClassName
{
color: #CAA17B;
}
.AnyTagClassName
{
color: #CAA17B;
}
</style>
background-color css
<style>
a { background-color: #CAA17B; }
a { background-color: rgb(202,161,123); }
div.DivClassName
{
background-color: #CAA17B;
}
.BgClassName
{
background-color: #CAA17B;
}
</style>
border-color css
<style>
span { border-color: #CAA17B; }
span { border-color: rgb(202,161,123); }
td.TdClassName
{
border-color: #CAA17B;
}
.TagClassName
{
border-color: #CAA17B;
}
</style>