Shades of Cameo #C9A67C
Tints of Cameo #C9A67C
RGB
CMYK
RGB Variations
Color information
#C9A67C (or 0xC9A67C) is known color: Cameo. HEX triplet: C9, A6 and 7C. RGB value is (201,166,124). Sum of RGB (Red+Green+Blue) = 201+166+124=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A67C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A67C is #365983. Grayscale: #ABABAB. Windows color (decimal): -3561860 or 8169161. OLE color: 8169161.
HSL color Cylindrical-coordinate representation of color #C9A67C: hue angle of 32.73º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C9A67C is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 166 | 124 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.21 |
| HSL | 32.73º | 0.42% | 0.64% | - |
| HSV(B) | 32.73º | 0.38% | 0.79% | - |
| XYZ | 41.36 | 41.15 | 24.83 | - |
| YUV | 171.68 | 101.1 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 166 | 124 | 0 | 0.17 | 0.38 | 0.21 | 32.73 | 0.42 | 0.64 |
| Hex | C9 | A6 | 7C | 0 | 11 | 26 | 15 | 21 | 2A | 40 |
| Octal | 311 | 246 | 174 | 0 | 21 | 46 | 25 | 41 | 52 | 100 |
| Binary | 11001001 | 10100110 | 1111100 | 0 | 10001 | 100110 | 10101 | 100001 | 101010 | 1000000 |
Color Harmonies of #C9A67C
Complementary color
Monochromatic Colors of #C9A67C
Black with #C9A67C
Text Example
Text Example
White with #C9A67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A67C; }
p { color: rgb(201,166,124); }
H1.HeaderClassName
{
color: #C9A67C;
}
.AnyTagClassName
{
color: #C9A67C;
}
</style>
background-color css
<style>
a { background-color: #C9A67C; }
a { background-color: rgb(201,166,124); }
div.DivClassName
{
background-color: #C9A67C;
}
.BgClassName
{
background-color: #C9A67C;
}
</style>
border-color css
<style>
span { border-color: #C9A67C; }
span { border-color: rgb(201,166,124); }
td.TdClassName
{
border-color: #C9A67C;
}
.TagClassName
{
border-color: #C9A67C;
}
</style>