Shades of Cameo #CA9C7A
Tints of Cameo #CA9C7A
RGB
CMYK
RGB Variations
Color information
#CA9C7A (or 0xCA9C7A) is known color: Cameo. HEX triplet: CA, 9C and 7A. RGB value is (202,156,122). Sum of RGB (Red+Green+Blue) = 202+156+122=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9C7A is #356385. Grayscale: #A6A6A6. Windows color (decimal): -3498886 or 8035530. OLE color: 8035530.
HSL color Cylindrical-coordinate representation of color #CA9C7A: hue angle of 25.5º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA9C7A is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 156 | 122 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.21 |
| HSL | 25.5º | 0.43% | 0.64% | - |
| HSV(B) | 25.5º | 0.4% | 0.79% | - |
| XYZ | 39.76 | 37.74 | 23.6 | - |
| YUV | 165.88 | 103.24 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 156 | 122 | 0 | 0.23 | 0.40 | 0.21 | 25.5 | 0.43 | 0.64 |
| Hex | CA | 9C | 7A | 0 | 17 | 28 | 15 | 1A | 2B | 40 |
| Octal | 312 | 234 | 172 | 0 | 27 | 50 | 25 | 32 | 53 | 100 |
| Binary | 11001010 | 10011100 | 1111010 | 0 | 10111 | 101000 | 10101 | 11010 | 101011 | 1000000 |
Color Harmonies of #CA9C7A
Complementary color
Monochromatic Colors of #CA9C7A
Black with #CA9C7A
Text Example
Text Example
White with #CA9C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9C7A; }
p { color: rgb(202,156,122); }
H1.HeaderClassName
{
color: #CA9C7A;
}
.AnyTagClassName
{
color: #CA9C7A;
}
</style>
background-color css
<style>
a { background-color: #CA9C7A; }
a { background-color: rgb(202,156,122); }
div.DivClassName
{
background-color: #CA9C7A;
}
.BgClassName
{
background-color: #CA9C7A;
}
</style>
border-color css
<style>
span { border-color: #CA9C7A; }
span { border-color: rgb(202,156,122); }
td.TdClassName
{
border-color: #CA9C7A;
}
.TagClassName
{
border-color: #CA9C7A;
}
</style>