Shades of Charm #CC7791
Tints of Charm #CC7791
RGB
CMYK
RGB Variations
Color information
#CC7791 (or 0xCC7791) is known color: Charm. HEX triplet: CC, 77 and 91. RGB value is (204,119,145). Sum of RGB (Red+Green+Blue) = 204+119+145=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7791 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7791 is #33886E. Grayscale: #939393. Windows color (decimal): -3377263 or 9533388. OLE color: 9533388.
HSL color Cylindrical-coordinate representation of color #CC7791: hue angle of 341.65º 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 #CC7791 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 145 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.2 |
| HSL | 341.65º | 0.45% | 0.63% | - |
| HSV(B) | 341.65º | 0.42% | 0.8% | - |
| XYZ | 36.61 | 28.08 | 30.28 | - |
| YUV | 147.38 | 126.66 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 145 | 0 | 0.42 | 0.29 | 0.2 | 341.65 | 0.45 | 0.63 |
| Hex | CC | 77 | 91 | 0 | 2A | 1D | 14 | 156 | 2D | 3F |
| Octal | 314 | 167 | 221 | 0 | 52 | 35 | 24 | 526 | 55 | 77 |
| Binary | 11001100 | 1110111 | 10010001 | 0 | 101010 | 11101 | 10100 | 101010110 | 101101 | 111111 |
Color Harmonies of #CC7791
Complementary color
Monochromatic Colors of #CC7791
Black with #CC7791
Text Example
Text Example
White with #CC7791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7791; }
p { color: rgb(204,119,145); }
H1.HeaderClassName
{
color: #CC7791;
}
.AnyTagClassName
{
color: #CC7791;
}
</style>
background-color css
<style>
a { background-color: #CC7791; }
a { background-color: rgb(204,119,145); }
div.DivClassName
{
background-color: #CC7791;
}
.BgClassName
{
background-color: #CC7791;
}
</style>
border-color css
<style>
span { border-color: #CC7791; }
span { border-color: rgb(204,119,145); }
td.TdClassName
{
border-color: #CC7791;
}
.TagClassName
{
border-color: #CC7791;
}
</style>