Shades of Cameo #C9A17B
Tints of Cameo #C9A17B
RGB
CMYK
RGB Variations
Color information
#C9A17B (or 0xC9A17B) is known color: Cameo. HEX triplet: C9, A1 and 7B. RGB value is (201,161,123). Sum of RGB (Red+Green+Blue) = 201+161+123=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 123 (48.44% from 255 or 25.36% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A17B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A17B is #365E84. Grayscale: #A8A8A8. Windows color (decimal): -3563141 or 8102345. OLE color: 8102345.
HSL color Cylindrical-coordinate representation of color #C9A17B: hue angle of 29.23º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C9A17B is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 161 | 123 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.21 |
| HSL | 29.23º | 0.42% | 0.64% | - |
| HSV(B) | 29.23º | 0.39% | 0.79% | - |
| XYZ | 40.41 | 39.34 | 24.2 | - |
| YUV | 168.63 | 102.25 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 123 | 0 | 0.20 | 0.39 | 0.21 | 29.23 | 0.42 | 0.64 |
| Hex | C9 | A1 | 7B | 0 | 14 | 27 | 15 | 1D | 2A | 40 |
| Octal | 311 | 241 | 173 | 0 | 24 | 47 | 25 | 35 | 52 | 100 |
| Binary | 11001001 | 10100001 | 1111011 | 0 | 10100 | 100111 | 10101 | 11101 | 101010 | 1000000 |
Color Harmonies of #C9A17B
Complementary color
Monochromatic Colors of #C9A17B
Black with #C9A17B
Text Example
Text Example
White with #C9A17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A17B; }
p { color: rgb(201,161,123); }
H1.HeaderClassName
{
color: #C9A17B;
}
.AnyTagClassName
{
color: #C9A17B;
}
</style>
background-color css
<style>
a { background-color: #C9A17B; }
a { background-color: rgb(201,161,123); }
div.DivClassName
{
background-color: #C9A17B;
}
.BgClassName
{
background-color: #C9A17B;
}
</style>
border-color css
<style>
span { border-color: #C9A17B; }
span { border-color: rgb(201,161,123); }
td.TdClassName
{
border-color: #C9A17B;
}
.TagClassName
{
border-color: #C9A17B;
}
</style>