Shades of Charm #CC777D
Tints of Charm #CC777D
RGB
CMYK
RGB Variations
Color information
#CC777D (or 0xCC777D) is known color: Charm. HEX triplet: CC, 77 and 7D. RGB value is (204,119,125). Sum of RGB (Red+Green+Blue) = 204+119+125=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC777D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC777D is #338882. Grayscale: #919191. Windows color (decimal): -3377283 or 8222668. OLE color: 8222668.
HSL color Cylindrical-coordinate representation of color #CC777D: hue angle of 355.76º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC777D is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 125 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.2 |
| HSL | 355.76º | 0.45% | 0.63% | - |
| HSV(B) | 355.76º | 0.42% | 0.8% | - |
| XYZ | 35.2 | 27.51 | 22.86 | - |
| YUV | 145.1 | 116.66 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 125 | 0 | 0.42 | 0.39 | 0.2 | 355.76 | 0.45 | 0.63 |
| Hex | CC | 77 | 7D | 0 | 2A | 27 | 14 | 164 | 2D | 3F |
| Octal | 314 | 167 | 175 | 0 | 52 | 47 | 24 | 544 | 55 | 77 |
| Binary | 11001100 | 1110111 | 1111101 | 0 | 101010 | 100111 | 10100 | 101100100 | 101101 | 111111 |
Color Harmonies of #CC777D
Complementary color
Monochromatic Colors of #CC777D
Black with #CC777D
Text Example
Text Example
White with #CC777D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC777D; }
p { color: rgb(204,119,125); }
H1.HeaderClassName
{
color: #CC777D;
}
.AnyTagClassName
{
color: #CC777D;
}
</style>
background-color css
<style>
a { background-color: #CC777D; }
a { background-color: rgb(204,119,125); }
div.DivClassName
{
background-color: #CC777D;
}
.BgClassName
{
background-color: #CC777D;
}
</style>
border-color css
<style>
span { border-color: #CC777D; }
span { border-color: rgb(204,119,125); }
td.TdClassName
{
border-color: #CC777D;
}
.TagClassName
{
border-color: #CC777D;
}
</style>