Shades of Cameo #C9A17C
Tints of Cameo #C9A17C
RGB
CMYK
RGB Variations
Color information
#C9A17C (or 0xC9A17C) is known color: Cameo. HEX triplet: C9, A1 and 7C. RGB value is (201,161,124). Sum of RGB (Red+Green+Blue) = 201+161+124=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A17C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A17C is #365E83. Grayscale: #A8A8A8. Windows color (decimal): -3563140 or 8167881. OLE color: 8167881.
HSL color Cylindrical-coordinate representation of color #C9A17C: hue angle of 28.83º 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 #C9A17C is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 161 | 124 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.21 |
| HSL | 28.83º | 0.42% | 0.64% | - |
| HSV(B) | 28.83º | 0.38% | 0.79% | - |
| XYZ | 40.47 | 39.36 | 24.53 | - |
| YUV | 168.74 | 102.75 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 124 | 0 | 0.20 | 0.38 | 0.21 | 28.83 | 0.42 | 0.64 |
| Hex | C9 | A1 | 7C | 0 | 14 | 26 | 15 | 1D | 2A | 40 |
| Octal | 311 | 241 | 174 | 0 | 24 | 46 | 25 | 35 | 52 | 100 |
| Binary | 11001001 | 10100001 | 1111100 | 0 | 10100 | 100110 | 10101 | 11101 | 101010 | 1000000 |
Color Harmonies of #C9A17C
Complementary color
Monochromatic Colors of #C9A17C
Black with #C9A17C
Text Example
Text Example
White with #C9A17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A17C; }
p { color: rgb(201,161,124); }
H1.HeaderClassName
{
color: #C9A17C;
}
.AnyTagClassName
{
color: #C9A17C;
}
</style>
background-color css
<style>
a { background-color: #C9A17C; }
a { background-color: rgb(201,161,124); }
div.DivClassName
{
background-color: #C9A17C;
}
.BgClassName
{
background-color: #C9A17C;
}
</style>
border-color css
<style>
span { border-color: #C9A17C; }
span { border-color: rgb(201,161,124); }
td.TdClassName
{
border-color: #C9A17C;
}
.TagClassName
{
border-color: #C9A17C;
}
</style>