Shades of Cameo #CA9F7A
Tints of Cameo #CA9F7A
RGB
CMYK
RGB Variations
Color information
#CA9F7A (or 0xCA9F7A) is known color: Cameo. HEX triplet: CA, 9F and 7A. RGB value is (202,159,122). Sum of RGB (Red+Green+Blue) = 202+159+122=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 122 (48.05% from 255 or 25.26% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9F7A is #356085. Grayscale: #A7A7A7. Windows color (decimal): -3498118 or 8036298. OLE color: 8036298.
HSL color Cylindrical-coordinate representation of color #CA9F7A: hue angle of 27.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 #CA9F7A is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 159 | 122 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.21 |
| HSL | 27.75º | 0.43% | 0.64% | - |
| HSV(B) | 27.75º | 0.4% | 0.79% | - |
| XYZ | 40.27 | 38.76 | 23.77 | - |
| YUV | 167.64 | 102.25 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 159 | 122 | 0 | 0.21 | 0.40 | 0.21 | 27.75 | 0.43 | 0.64 |
| Hex | CA | 9F | 7A | 0 | 15 | 28 | 15 | 1C | 2B | 40 |
| Octal | 312 | 237 | 172 | 0 | 25 | 50 | 25 | 34 | 53 | 100 |
| Binary | 11001010 | 10011111 | 1111010 | 0 | 10101 | 101000 | 10101 | 11100 | 101011 | 1000000 |
Color Harmonies of #CA9F7A
Complementary color
Monochromatic Colors of #CA9F7A
Black with #CA9F7A
Text Example
Text Example
White with #CA9F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9F7A; }
p { color: rgb(202,159,122); }
H1.HeaderClassName
{
color: #CA9F7A;
}
.AnyTagClassName
{
color: #CA9F7A;
}
</style>
background-color css
<style>
a { background-color: #CA9F7A; }
a { background-color: rgb(202,159,122); }
div.DivClassName
{
background-color: #CA9F7A;
}
.BgClassName
{
background-color: #CA9F7A;
}
</style>
border-color css
<style>
span { border-color: #CA9F7A; }
span { border-color: rgb(202,159,122); }
td.TdClassName
{
border-color: #CA9F7A;
}
.TagClassName
{
border-color: #CA9F7A;
}
</style>