Shades of Cameo #CAA17E
Tints of Cameo #CAA17E
RGB
CMYK
RGB Variations
Color information
#CAA17E (or 0xCAA17E) is known color: Cameo. HEX triplet: CA, A1 and 7E. RGB value is (202,161,126). Sum of RGB (Red+Green+Blue) = 202+161+126=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 161 (63.28% from 255 or 32.92% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA17E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA17E is #355E81. Grayscale: #A9A9A9. Windows color (decimal): -3497602 or 8298954. OLE color: 8298954.
HSL color Cylindrical-coordinate representation of color #CAA17E: hue angle of 27.63º 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 #CAA17E is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 126 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.21 |
| HSL | 27.63º | 0.42% | 0.64% | - |
| HSV(B) | 27.63º | 0.38% | 0.79% | - |
| XYZ | 40.87 | 39.55 | 25.22 | - |
| YUV | 169.27 | 103.58 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 126 | 0 | 0.20 | 0.38 | 0.21 | 27.63 | 0.42 | 0.64 |
| Hex | CA | A1 | 7E | 0 | 14 | 26 | 15 | 1C | 2A | 40 |
| Octal | 312 | 241 | 176 | 0 | 24 | 46 | 25 | 34 | 52 | 100 |
| Binary | 11001010 | 10100001 | 1111110 | 0 | 10100 | 100110 | 10101 | 11100 | 101010 | 1000000 |
Color Harmonies of #CAA17E
Complementary color
Monochromatic Colors of #CAA17E
Black with #CAA17E
Text Example
Text Example
White with #CAA17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA17E; }
p { color: rgb(202,161,126); }
H1.HeaderClassName
{
color: #CAA17E;
}
.AnyTagClassName
{
color: #CAA17E;
}
</style>
background-color css
<style>
a { background-color: #CAA17E; }
a { background-color: rgb(202,161,126); }
div.DivClassName
{
background-color: #CAA17E;
}
.BgClassName
{
background-color: #CAA17E;
}
</style>
border-color css
<style>
span { border-color: #CAA17E; }
span { border-color: rgb(202,161,126); }
td.TdClassName
{
border-color: #CAA17E;
}
.TagClassName
{
border-color: #CAA17E;
}
</style>