Shades of Charm #CC7178
Tints of Charm #CC7178
RGB
CMYK
RGB Variations
Color information
#CC7178 (or 0xCC7178) is known color: Charm. HEX triplet: CC, 71 and 78. RGB value is (204,113,120). Sum of RGB (Red+Green+Blue) = 204+113+120=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7178 is #338E87. Grayscale: #8D8D8D. Windows color (decimal): -3378824 or 7893452. OLE color: 7893452.
HSL color Cylindrical-coordinate representation of color #CC7178: hue angle of 355.38º 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 #CC7178 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 120 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.2 |
| HSL | 355.38º | 0.47% | 0.62% | - |
| HSV(B) | 355.38º | 0.45% | 0.8% | - |
| XYZ | 34.2 | 26 | 20.99 | - |
| YUV | 141.01 | 116.15 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 120 | 0 | 0.45 | 0.41 | 0.2 | 355.38 | 0.47 | 0.62 |
| Hex | CC | 71 | 78 | 0 | 2D | 29 | 14 | 163 | 2F | 3E |
| Octal | 314 | 161 | 170 | 0 | 55 | 51 | 24 | 543 | 57 | 76 |
| Binary | 11001100 | 1110001 | 1111000 | 0 | 101101 | 101001 | 10100 | 101100011 | 101111 | 111110 |
Color Harmonies of #CC7178
Complementary color
Monochromatic Colors of #CC7178
Black with #CC7178
Text Example
Text Example
White with #CC7178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7178; }
p { color: rgb(204,113,120); }
H1.HeaderClassName
{
color: #CC7178;
}
.AnyTagClassName
{
color: #CC7178;
}
</style>
background-color css
<style>
a { background-color: #CC7178; }
a { background-color: rgb(204,113,120); }
div.DivClassName
{
background-color: #CC7178;
}
.BgClassName
{
background-color: #CC7178;
}
</style>
border-color css
<style>
span { border-color: #CC7178; }
span { border-color: rgb(204,113,120); }
td.TdClassName
{
border-color: #CC7178;
}
.TagClassName
{
border-color: #CC7178;
}
</style>