Shades of Cameo #CA9D7B
Tints of Cameo #CA9D7B
RGB
CMYK
RGB Variations
Color information
#CA9D7B (or 0xCA9D7B) is known color: Cameo. HEX triplet: CA, 9D and 7B. RGB value is (202,157,123). Sum of RGB (Red+Green+Blue) = 202+157+123=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9D7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9D7B is #356284. Grayscale: #A6A6A6. Windows color (decimal): -3498629 or 8101322. OLE color: 8101322.
HSL color Cylindrical-coordinate representation of color #CA9D7B: hue angle of 25.82º 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 #CA9D7B is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 157 | 123 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.21 |
| HSL | 25.82º | 0.43% | 0.64% | - |
| HSV(B) | 25.82º | 0.39% | 0.79% | - |
| XYZ | 39.99 | 38.1 | 23.99 | - |
| YUV | 166.58 | 103.41 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 157 | 123 | 0 | 0.22 | 0.39 | 0.21 | 25.82 | 0.43 | 0.64 |
| Hex | CA | 9D | 7B | 0 | 16 | 27 | 15 | 1A | 2B | 40 |
| Octal | 312 | 235 | 173 | 0 | 26 | 47 | 25 | 32 | 53 | 100 |
| Binary | 11001010 | 10011101 | 1111011 | 0 | 10110 | 100111 | 10101 | 11010 | 101011 | 1000000 |
Color Harmonies of #CA9D7B
Complementary color
Monochromatic Colors of #CA9D7B
Black with #CA9D7B
Text Example
Text Example
White with #CA9D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9D7B; }
p { color: rgb(202,157,123); }
H1.HeaderClassName
{
color: #CA9D7B;
}
.AnyTagClassName
{
color: #CA9D7B;
}
</style>
background-color css
<style>
a { background-color: #CA9D7B; }
a { background-color: rgb(202,157,123); }
div.DivClassName
{
background-color: #CA9D7B;
}
.BgClassName
{
background-color: #CA9D7B;
}
</style>
border-color css
<style>
span { border-color: #CA9D7B; }
span { border-color: rgb(202,157,123); }
td.TdClassName
{
border-color: #CA9D7B;
}
.TagClassName
{
border-color: #CA9D7B;
}
</style>