Shades of Cameo #CC9F7A
Tints of Cameo #CC9F7A
RGB
CMYK
RGB Variations
Color information
#CC9F7A (or 0xCC9F7A) is known color: Cameo. HEX triplet: CC, 9F and 7A. RGB value is (204,159,122). Sum of RGB (Red+Green+Blue) = 204+159+122=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9F7A is #336085. Grayscale: #A8A8A8. Windows color (decimal): -3367046 or 8036300. OLE color: 8036300.
HSL color Cylindrical-coordinate representation of color #CC9F7A: hue angle of 27.07º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC9F7A is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 159 | 122 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.2 |
| HSL | 27.07º | 0.45% | 0.64% | - |
| HSV(B) | 27.07º | 0.4% | 0.8% | - |
| XYZ | 40.81 | 39.04 | 23.8 | - |
| YUV | 168.24 | 101.91 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 159 | 122 | 0 | 0.22 | 0.40 | 0.2 | 27.07 | 0.45 | 0.64 |
| Hex | CC | 9F | 7A | 0 | 16 | 28 | 14 | 1B | 2D | 40 |
| Octal | 314 | 237 | 172 | 0 | 26 | 50 | 24 | 33 | 55 | 100 |
| Binary | 11001100 | 10011111 | 1111010 | 0 | 10110 | 101000 | 10100 | 11011 | 101101 | 1000000 |
Color Harmonies of #CC9F7A
Complementary color
Monochromatic Colors of #CC9F7A
Black with #CC9F7A
Text Example
Text Example
White with #CC9F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9F7A; }
p { color: rgb(204,159,122); }
H1.HeaderClassName
{
color: #CC9F7A;
}
.AnyTagClassName
{
color: #CC9F7A;
}
</style>
background-color css
<style>
a { background-color: #CC9F7A; }
a { background-color: rgb(204,159,122); }
div.DivClassName
{
background-color: #CC9F7A;
}
.BgClassName
{
background-color: #CC9F7A;
}
</style>
border-color css
<style>
span { border-color: #CC9F7A; }
span { border-color: rgb(204,159,122); }
td.TdClassName
{
border-color: #CC9F7A;
}
.TagClassName
{
border-color: #CC9F7A;
}
</style>