Shades of Cameo #C9A07D
Tints of Cameo #C9A07D
RGB
CMYK
RGB Variations
Color information
#C9A07D (or 0xC9A07D) is known color: Cameo. HEX triplet: C9, A0 and 7D. RGB value is (201,160,125). Sum of RGB (Red+Green+Blue) = 201+160+125=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A07D is #365F82. Grayscale: #A8A8A8. Windows color (decimal): -3563395 or 8233161. OLE color: 8233161.
HSL color Cylindrical-coordinate representation of color #C9A07D: hue angle of 27.63º 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 #C9A07D is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 160 | 125 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.21 |
| HSL | 27.63º | 0.41% | 0.64% | - |
| HSV(B) | 27.63º | 0.38% | 0.79% | - |
| XYZ | 40.36 | 39.04 | 24.81 | - |
| YUV | 168.27 | 103.58 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 160 | 125 | 0 | 0.20 | 0.38 | 0.21 | 27.63 | 0.41 | 0.64 |
| Hex | C9 | A0 | 7D | 0 | 14 | 26 | 15 | 1C | 29 | 40 |
| Octal | 311 | 240 | 175 | 0 | 24 | 46 | 25 | 34 | 51 | 100 |
| Binary | 11001001 | 10100000 | 1111101 | 0 | 10100 | 100110 | 10101 | 11100 | 101001 | 1000000 |
Color Harmonies of #C9A07D
Complementary color
Monochromatic Colors of #C9A07D
Black with #C9A07D
Text Example
Text Example
White with #C9A07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A07D; }
p { color: rgb(201,160,125); }
H1.HeaderClassName
{
color: #C9A07D;
}
.AnyTagClassName
{
color: #C9A07D;
}
</style>
background-color css
<style>
a { background-color: #C9A07D; }
a { background-color: rgb(201,160,125); }
div.DivClassName
{
background-color: #C9A07D;
}
.BgClassName
{
background-color: #C9A07D;
}
</style>
border-color css
<style>
span { border-color: #C9A07D; }
span { border-color: rgb(201,160,125); }
td.TdClassName
{
border-color: #C9A07D;
}
.TagClassName
{
border-color: #C9A07D;
}
</style>