Shades of Cameo #C9A47A
Tints of Cameo #C9A47A
RGB
CMYK
RGB Variations
Color information
#C9A47A (or 0xC9A47A) is known color: Cameo. HEX triplet: C9, A4 and 7A. RGB value is (201,164,122). Sum of RGB (Red+Green+Blue) = 201+164+122=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A47A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A47A is #365B85. Grayscale: #AAAAAA. Windows color (decimal): -3562374 or 8037577. OLE color: 8037577.
HSL color Cylindrical-coordinate representation of color #C9A47A: hue angle of 31.9º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C9A47A is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 164 | 122 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.21 |
| HSL | 31.9º | 0.42% | 0.63% | - |
| HSV(B) | 31.9º | 0.39% | 0.79% | - |
| XYZ | 40.88 | 40.37 | 24.05 | - |
| YUV | 170.28 | 100.76 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 164 | 122 | 0 | 0.18 | 0.39 | 0.21 | 31.9 | 0.42 | 0.63 |
| Hex | C9 | A4 | 7A | 0 | 12 | 27 | 15 | 20 | 2A | 3F |
| Octal | 311 | 244 | 172 | 0 | 22 | 47 | 25 | 40 | 52 | 77 |
| Binary | 11001001 | 10100100 | 1111010 | 0 | 10010 | 100111 | 10101 | 100000 | 101010 | 111111 |
Color Harmonies of #C9A47A
Complementary color
Monochromatic Colors of #C9A47A
Black with #C9A47A
Text Example
Text Example
White with #C9A47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A47A; }
p { color: rgb(201,164,122); }
H1.HeaderClassName
{
color: #C9A47A;
}
.AnyTagClassName
{
color: #C9A47A;
}
</style>
background-color css
<style>
a { background-color: #C9A47A; }
a { background-color: rgb(201,164,122); }
div.DivClassName
{
background-color: #C9A47A;
}
.BgClassName
{
background-color: #C9A47A;
}
</style>
border-color css
<style>
span { border-color: #C9A47A; }
span { border-color: rgb(201,164,122); }
td.TdClassName
{
border-color: #C9A47A;
}
.TagClassName
{
border-color: #C9A47A;
}
</style>