Shades of Charm #CC7688
Tints of Charm #CC7688
RGB
CMYK
RGB Variations
Color information
#CC7688 (or 0xCC7688) is known color: Charm. HEX triplet: CC, 76 and 88. RGB value is (204,118,136). Sum of RGB (Red+Green+Blue) = 204+118+136=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7688 is #338977. Grayscale: #919191. Windows color (decimal): -3377528 or 8943308. OLE color: 8943308.
HSL color Cylindrical-coordinate representation of color #CC7688: hue angle of 347.44º degrees, saturation: 0.46, 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 #CC7688 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 136 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.2 |
| HSL | 347.44º | 0.46% | 0.63% | - |
| HSV(B) | 347.44º | 0.42% | 0.8% | - |
| XYZ | 35.82 | 27.57 | 26.73 | - |
| YUV | 145.77 | 122.49 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 136 | 0 | 0.42 | 0.33 | 0.2 | 347.44 | 0.46 | 0.63 |
| Hex | CC | 76 | 88 | 0 | 2A | 21 | 14 | 15B | 2E | 3F |
| Octal | 314 | 166 | 210 | 0 | 52 | 41 | 24 | 533 | 56 | 77 |
| Binary | 11001100 | 1110110 | 10001000 | 0 | 101010 | 100001 | 10100 | 101011011 | 101110 | 111111 |
Color Harmonies of #CC7688
Complementary color
Monochromatic Colors of #CC7688
Black with #CC7688
Text Example
Text Example
White with #CC7688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7688; }
p { color: rgb(204,118,136); }
H1.HeaderClassName
{
color: #CC7688;
}
.AnyTagClassName
{
color: #CC7688;
}
</style>
background-color css
<style>
a { background-color: #CC7688; }
a { background-color: rgb(204,118,136); }
div.DivClassName
{
background-color: #CC7688;
}
.BgClassName
{
background-color: #CC7688;
}
</style>
border-color css
<style>
span { border-color: #CC7688; }
span { border-color: rgb(204,118,136); }
td.TdClassName
{
border-color: #CC7688;
}
.TagClassName
{
border-color: #CC7688;
}
</style>