Shades of Cameo #CA9D85
Tints of Cameo #CA9D85
RGB
CMYK
RGB Variations
Color information
#CA9D85 (or 0xCA9D85) is known color: Cameo. HEX triplet: CA, 9D and 85. RGB value is (202,157,133). Sum of RGB (Red+Green+Blue) = 202+157+133=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9D85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9D85 is #35627A. Grayscale: #A7A7A7. Windows color (decimal): -3498619 or 8756682. OLE color: 8756682.
HSL color Cylindrical-coordinate representation of color #CA9D85: hue angle of 20.87º 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 #CA9D85 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 157 | 133 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.21 |
| HSL | 20.87º | 0.39% | 0.66% | - |
| HSV(B) | 20.87º | 0.34% | 0.79% | - |
| XYZ | 40.65 | 38.36 | 27.45 | - |
| YUV | 167.72 | 108.41 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 157 | 133 | 0 | 0.22 | 0.34 | 0.21 | 20.87 | 0.39 | 0.66 |
| Hex | CA | 9D | 85 | 0 | 16 | 22 | 15 | 15 | 27 | 42 |
| Octal | 312 | 235 | 205 | 0 | 26 | 42 | 25 | 25 | 47 | 102 |
| Binary | 11001010 | 10011101 | 10000101 | 0 | 10110 | 100010 | 10101 | 10101 | 100111 | 1000010 |
Color Harmonies of #CA9D85
Complementary color
Monochromatic Colors of #CA9D85
Black with #CA9D85
Text Example
Text Example
White with #CA9D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9D85; }
p { color: rgb(202,157,133); }
H1.HeaderClassName
{
color: #CA9D85;
}
.AnyTagClassName
{
color: #CA9D85;
}
</style>
background-color css
<style>
a { background-color: #CA9D85; }
a { background-color: rgb(202,157,133); }
div.DivClassName
{
background-color: #CA9D85;
}
.BgClassName
{
background-color: #CA9D85;
}
</style>
border-color css
<style>
span { border-color: #CA9D85; }
span { border-color: rgb(202,157,133); }
td.TdClassName
{
border-color: #CA9D85;
}
.TagClassName
{
border-color: #CA9D85;
}
</style>