Shades of Cameo #CA9B7A
Tints of Cameo #CA9B7A
RGB
CMYK
RGB Variations
Color information
#CA9B7A (or 0xCA9B7A) is known color: Cameo. HEX triplet: CA, 9B and 7A. RGB value is (202,155,122). Sum of RGB (Red+Green+Blue) = 202+155+122=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9B7A is #356485. Grayscale: #A5A5A5. Windows color (decimal): -3499142 or 8035274. OLE color: 8035274.
HSL color Cylindrical-coordinate representation of color #CA9B7A: hue angle of 24.75º 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 #CA9B7A is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 155 | 122 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.21 |
| HSL | 24.75º | 0.43% | 0.64% | - |
| HSV(B) | 24.75º | 0.4% | 0.79% | - |
| XYZ | 39.59 | 37.4 | 23.55 | - |
| YUV | 165.29 | 103.57 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 155 | 122 | 0 | 0.23 | 0.40 | 0.21 | 24.75 | 0.43 | 0.64 |
| Hex | CA | 9B | 7A | 0 | 17 | 28 | 15 | 19 | 2B | 40 |
| Octal | 312 | 233 | 172 | 0 | 27 | 50 | 25 | 31 | 53 | 100 |
| Binary | 11001010 | 10011011 | 1111010 | 0 | 10111 | 101000 | 10101 | 11001 | 101011 | 1000000 |
Color Harmonies of #CA9B7A
Complementary color
Monochromatic Colors of #CA9B7A
Black with #CA9B7A
Text Example
Text Example
White with #CA9B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9B7A; }
p { color: rgb(202,155,122); }
H1.HeaderClassName
{
color: #CA9B7A;
}
.AnyTagClassName
{
color: #CA9B7A;
}
</style>
background-color css
<style>
a { background-color: #CA9B7A; }
a { background-color: rgb(202,155,122); }
div.DivClassName
{
background-color: #CA9B7A;
}
.BgClassName
{
background-color: #CA9B7A;
}
</style>
border-color css
<style>
span { border-color: #CA9B7A; }
span { border-color: rgb(202,155,122); }
td.TdClassName
{
border-color: #CA9B7A;
}
.TagClassName
{
border-color: #CA9B7A;
}
</style>