Shades of Cameo #C9A378
Tints of Cameo #C9A378
RGB
CMYK
RGB Variations
Color information
#C9A378 (or 0xC9A378) is known color: Cameo. HEX triplet: C9, A3 and 78. RGB value is (201,163,120). Sum of RGB (Red+Green+Blue) = 201+163+120=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 120 (47.27% from 255 or 24.79% from 484); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A378 is #365C87. Grayscale: #A9A9A9. Windows color (decimal): -3562632 or 7906249. OLE color: 7906249.
HSL color Cylindrical-coordinate representation of color #C9A378: hue angle of 31.85º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C9A378 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 163 | 120 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.21 |
| HSL | 31.85º | 0.43% | 0.63% | - |
| HSV(B) | 31.85º | 0.4% | 0.79% | - |
| XYZ | 40.57 | 39.97 | 23.35 | - |
| YUV | 169.46 | 100.09 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 163 | 120 | 0 | 0.19 | 0.40 | 0.21 | 31.85 | 0.43 | 0.63 |
| Hex | C9 | A3 | 78 | 0 | 13 | 28 | 15 | 20 | 2B | 3F |
| Octal | 311 | 243 | 170 | 0 | 23 | 50 | 25 | 40 | 53 | 77 |
| Binary | 11001001 | 10100011 | 1111000 | 0 | 10011 | 101000 | 10101 | 100000 | 101011 | 111111 |
Color Harmonies of #C9A378
Complementary color
Monochromatic Colors of #C9A378
Black with #C9A378
Text Example
Text Example
White with #C9A378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A378; }
p { color: rgb(201,163,120); }
H1.HeaderClassName
{
color: #C9A378;
}
.AnyTagClassName
{
color: #C9A378;
}
</style>
background-color css
<style>
a { background-color: #C9A378; }
a { background-color: rgb(201,163,120); }
div.DivClassName
{
background-color: #C9A378;
}
.BgClassName
{
background-color: #C9A378;
}
</style>
border-color css
<style>
span { border-color: #C9A378; }
span { border-color: rgb(201,163,120); }
td.TdClassName
{
border-color: #C9A378;
}
.TagClassName
{
border-color: #C9A378;
}
</style>