Shades of Cameo #CA9C7B
Tints of Cameo #CA9C7B
RGB
CMYK
RGB Variations
Color information
#CA9C7B (or 0xCA9C7B) is known color: Cameo. HEX triplet: CA, 9C and 7B. RGB value is (202,156,123). Sum of RGB (Red+Green+Blue) = 202+156+123=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9C7B is #356384. Grayscale: #A6A6A6. Windows color (decimal): -3498885 or 8101066. OLE color: 8101066.
HSL color Cylindrical-coordinate representation of color #CA9C7B: hue angle of 25.06º 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 #CA9C7B is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 156 | 123 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.21 |
| HSL | 25.06º | 0.43% | 0.64% | - |
| HSV(B) | 25.06º | 0.39% | 0.79% | - |
| XYZ | 39.82 | 37.76 | 23.93 | - |
| YUV | 165.99 | 103.74 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 156 | 123 | 0 | 0.23 | 0.39 | 0.21 | 25.06 | 0.43 | 0.64 |
| Hex | CA | 9C | 7B | 0 | 17 | 27 | 15 | 19 | 2B | 40 |
| Octal | 312 | 234 | 173 | 0 | 27 | 47 | 25 | 31 | 53 | 100 |
| Binary | 11001010 | 10011100 | 1111011 | 0 | 10111 | 100111 | 10101 | 11001 | 101011 | 1000000 |
Color Harmonies of #CA9C7B
Complementary color
Monochromatic Colors of #CA9C7B
Black with #CA9C7B
Text Example
Text Example
White with #CA9C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9C7B; }
p { color: rgb(202,156,123); }
H1.HeaderClassName
{
color: #CA9C7B;
}
.AnyTagClassName
{
color: #CA9C7B;
}
</style>
background-color css
<style>
a { background-color: #CA9C7B; }
a { background-color: rgb(202,156,123); }
div.DivClassName
{
background-color: #CA9C7B;
}
.BgClassName
{
background-color: #CA9C7B;
}
</style>
border-color css
<style>
span { border-color: #CA9C7B; }
span { border-color: rgb(202,156,123); }
td.TdClassName
{
border-color: #CA9C7B;
}
.TagClassName
{
border-color: #CA9C7B;
}
</style>