Shades of Cameo #C9A87C
Tints of Cameo #C9A87C
RGB
CMYK
RGB Variations
Color information
#C9A87C (or 0xC9A87C) is known color: Cameo. HEX triplet: C9, A8 and 7C. RGB value is (201,168,124). Sum of RGB (Red+Green+Blue) = 201+168+124=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A87C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A87C is #365783. Grayscale: #ADADAD. Windows color (decimal): -3561348 or 8169673. OLE color: 8169673.
HSL color Cylindrical-coordinate representation of color #C9A87C: hue angle of 34.29º 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 #C9A87C is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 168 | 124 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.21 |
| HSL | 34.29º | 0.42% | 0.64% | - |
| HSV(B) | 34.29º | 0.38% | 0.79% | - |
| XYZ | 41.73 | 41.88 | 24.95 | - |
| YUV | 172.85 | 100.43 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 168 | 124 | 0 | 0.16 | 0.38 | 0.21 | 34.29 | 0.42 | 0.64 |
| Hex | C9 | A8 | 7C | 0 | 10 | 26 | 15 | 22 | 2A | 40 |
| Octal | 311 | 250 | 174 | 0 | 20 | 46 | 25 | 42 | 52 | 100 |
| Binary | 11001001 | 10101000 | 1111100 | 0 | 10000 | 100110 | 10101 | 100010 | 101010 | 1000000 |
Color Harmonies of #C9A87C
Complementary color
Monochromatic Colors of #C9A87C
Black with #C9A87C
Text Example
Text Example
White with #C9A87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A87C; }
p { color: rgb(201,168,124); }
H1.HeaderClassName
{
color: #C9A87C;
}
.AnyTagClassName
{
color: #C9A87C;
}
</style>
background-color css
<style>
a { background-color: #C9A87C; }
a { background-color: rgb(201,168,124); }
div.DivClassName
{
background-color: #C9A87C;
}
.BgClassName
{
background-color: #C9A87C;
}
</style>
border-color css
<style>
span { border-color: #C9A87C; }
span { border-color: rgb(201,168,124); }
td.TdClassName
{
border-color: #C9A87C;
}
.TagClassName
{
border-color: #C9A87C;
}
</style>