Shades of Charm #CC7078
Tints of Charm #CC7078
RGB
CMYK
RGB Variations
Color information
#CC7078 (or 0xCC7078) is known color: Charm. HEX triplet: CC, 70 and 78. RGB value is (204,112,120). Sum of RGB (Red+Green+Blue) = 204+112+120=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7078 is #338F87. Grayscale: #8C8C8C. Windows color (decimal): -3379080 or 7893196. OLE color: 7893196.
HSL color Cylindrical-coordinate representation of color #CC7078: hue angle of 354.78º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC7078 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 120 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.2 |
| HSL | 354.78º | 0.47% | 0.62% | - |
| HSV(B) | 354.78º | 0.45% | 0.8% | - |
| XYZ | 34.09 | 25.78 | 20.95 | - |
| YUV | 140.42 | 116.48 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 120 | 0 | 0.45 | 0.41 | 0.2 | 354.78 | 0.47 | 0.62 |
| Hex | CC | 70 | 78 | 0 | 2D | 29 | 14 | 163 | 2F | 3E |
| Octal | 314 | 160 | 170 | 0 | 55 | 51 | 24 | 543 | 57 | 76 |
| Binary | 11001100 | 1110000 | 1111000 | 0 | 101101 | 101001 | 10100 | 101100011 | 101111 | 111110 |
Color Harmonies of #CC7078
Complementary color
Monochromatic Colors of #CC7078
Black with #CC7078
Text Example
Text Example
White with #CC7078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7078; }
p { color: rgb(204,112,120); }
H1.HeaderClassName
{
color: #CC7078;
}
.AnyTagClassName
{
color: #CC7078;
}
</style>
background-color css
<style>
a { background-color: #CC7078; }
a { background-color: rgb(204,112,120); }
div.DivClassName
{
background-color: #CC7078;
}
.BgClassName
{
background-color: #CC7078;
}
</style>
border-color css
<style>
span { border-color: #CC7078; }
span { border-color: rgb(204,112,120); }
td.TdClassName
{
border-color: #CC7078;
}
.TagClassName
{
border-color: #CC7078;
}
</style>