Shades of Cameo #C99C78
Tints of Cameo #C99C78
RGB
CMYK
RGB Variations
Color information
#C99C78 (or 0xC99C78) is known color: Cameo. HEX triplet: C9, 9C and 78. RGB value is (201,156,120). Sum of RGB (Red+Green+Blue) = 201+156+120=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99C78 is #366387. Grayscale: #A5A5A5. Windows color (decimal): -3564424 or 7904457. OLE color: 7904457.
HSL color Cylindrical-coordinate representation of color #C99C78: hue angle of 26.67º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C99C78 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 156 | 120 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.21 |
| HSL | 26.67º | 0.43% | 0.63% | - |
| HSV(B) | 26.67º | 0.4% | 0.79% | - |
| XYZ | 39.37 | 37.55 | 22.94 | - |
| YUV | 165.35 | 102.41 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 156 | 120 | 0 | 0.22 | 0.40 | 0.21 | 26.67 | 0.43 | 0.63 |
| Hex | C9 | 9C | 78 | 0 | 16 | 28 | 15 | 1B | 2B | 3F |
| Octal | 311 | 234 | 170 | 0 | 26 | 50 | 25 | 33 | 53 | 77 |
| Binary | 11001001 | 10011100 | 1111000 | 0 | 10110 | 101000 | 10101 | 11011 | 101011 | 111111 |
Color Harmonies of #C99C78
Complementary color
Monochromatic Colors of #C99C78
Black with #C99C78
Text Example
Text Example
White with #C99C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99C78; }
p { color: rgb(201,156,120); }
H1.HeaderClassName
{
color: #C99C78;
}
.AnyTagClassName
{
color: #C99C78;
}
</style>
background-color css
<style>
a { background-color: #C99C78; }
a { background-color: rgb(201,156,120); }
div.DivClassName
{
background-color: #C99C78;
}
.BgClassName
{
background-color: #C99C78;
}
</style>
border-color css
<style>
span { border-color: #C99C78; }
span { border-color: rgb(201,156,120); }
td.TdClassName
{
border-color: #C99C78;
}
.TagClassName
{
border-color: #C99C78;
}
</style>