Shades of Cameo #CAA085
Tints of Cameo #CAA085
RGB
CMYK
RGB Variations
Color information
#CAA085 (or 0xCAA085) is known color: Cameo. HEX triplet: CA, A0 and 85. RGB value is (202,160,133). Sum of RGB (Red+Green+Blue) = 202+160+133=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA085 is #355F7A. Grayscale: #A9A9A9. Windows color (decimal): -3497851 or 8757450. OLE color: 8757450.
HSL color Cylindrical-coordinate representation of color #CAA085: hue angle of 23.48º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAA085 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 133 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.21 |
| HSL | 23.48º | 0.39% | 0.66% | - |
| HSV(B) | 23.48º | 0.34% | 0.79% | - |
| XYZ | 41.16 | 39.39 | 27.62 | - |
| YUV | 169.48 | 107.41 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 133 | 0 | 0.21 | 0.34 | 0.21 | 23.48 | 0.39 | 0.66 |
| Hex | CA | A0 | 85 | 0 | 15 | 22 | 15 | 17 | 27 | 42 |
| Octal | 312 | 240 | 205 | 0 | 25 | 42 | 25 | 27 | 47 | 102 |
| Binary | 11001010 | 10100000 | 10000101 | 0 | 10101 | 100010 | 10101 | 10111 | 100111 | 1000010 |
Color Harmonies of #CAA085
Complementary color
Monochromatic Colors of #CAA085
Black with #CAA085
Text Example
Text Example
White with #CAA085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA085; }
p { color: rgb(202,160,133); }
H1.HeaderClassName
{
color: #CAA085;
}
.AnyTagClassName
{
color: #CAA085;
}
</style>
background-color css
<style>
a { background-color: #CAA085; }
a { background-color: rgb(202,160,133); }
div.DivClassName
{
background-color: #CAA085;
}
.BgClassName
{
background-color: #CAA085;
}
</style>
border-color css
<style>
span { border-color: #CAA085; }
span { border-color: rgb(202,160,133); }
td.TdClassName
{
border-color: #CAA085;
}
.TagClassName
{
border-color: #CAA085;
}
</style>