Shades of Cameo #C9A77D
Tints of Cameo #C9A77D
RGB
CMYK
RGB Variations
Color information
#C9A77D (or 0xC9A77D) is known color: Cameo. HEX triplet: C9, A7 and 7D. RGB value is (201,167,125). Sum of RGB (Red+Green+Blue) = 201+167+125=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 167 (65.62% from 255 or 33.87% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A77D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A77D is #365882. Grayscale: #ACACAC. Windows color (decimal): -3561603 or 8234953. OLE color: 8234953.
HSL color Cylindrical-coordinate representation of color #C9A77D: hue angle of 33.16º degrees, saturation: 0.41, 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 #C9A77D is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 167 | 125 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.21 |
| HSL | 33.16º | 0.41% | 0.64% | - |
| HSV(B) | 33.16º | 0.38% | 0.79% | - |
| XYZ | 41.61 | 41.54 | 25.23 | - |
| YUV | 172.38 | 101.26 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 167 | 125 | 0 | 0.17 | 0.38 | 0.21 | 33.16 | 0.41 | 0.64 |
| Hex | C9 | A7 | 7D | 0 | 11 | 26 | 15 | 21 | 29 | 40 |
| Octal | 311 | 247 | 175 | 0 | 21 | 46 | 25 | 41 | 51 | 100 |
| Binary | 11001001 | 10100111 | 1111101 | 0 | 10001 | 100110 | 10101 | 100001 | 101001 | 1000000 |
Color Harmonies of #C9A77D
Complementary color
Monochromatic Colors of #C9A77D
Black with #C9A77D
Text Example
Text Example
White with #C9A77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A77D; }
p { color: rgb(201,167,125); }
H1.HeaderClassName
{
color: #C9A77D;
}
.AnyTagClassName
{
color: #C9A77D;
}
</style>
background-color css
<style>
a { background-color: #C9A77D; }
a { background-color: rgb(201,167,125); }
div.DivClassName
{
background-color: #C9A77D;
}
.BgClassName
{
background-color: #C9A77D;
}
</style>
border-color css
<style>
span { border-color: #C9A77D; }
span { border-color: rgb(201,167,125); }
td.TdClassName
{
border-color: #C9A77D;
}
.TagClassName
{
border-color: #C9A77D;
}
</style>