Shades of Charm #CC7680
Tints of Charm #CC7680
RGB
CMYK
RGB Variations
Color information
#CC7680 (or 0xCC7680) is known color: Charm. HEX triplet: CC, 76 and 80. RGB value is (204,118,128). Sum of RGB (Red+Green+Blue) = 204+118+128=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7680 is #33897F. Grayscale: #909090. Windows color (decimal): -3377536 or 8419020. OLE color: 8419020.
HSL color Cylindrical-coordinate representation of color #CC7680: hue angle of 353.02º 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 #CC7680 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 128 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.2 |
| HSL | 353.02º | 0.46% | 0.63% | - |
| HSV(B) | 353.02º | 0.42% | 0.8% | - |
| XYZ | 35.28 | 27.35 | 23.84 | - |
| YUV | 144.85 | 118.49 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 128 | 0 | 0.42 | 0.37 | 0.2 | 353.02 | 0.46 | 0.63 |
| Hex | CC | 76 | 80 | 0 | 2A | 25 | 14 | 161 | 2E | 3F |
| Octal | 314 | 166 | 200 | 0 | 52 | 45 | 24 | 541 | 56 | 77 |
| Binary | 11001100 | 1110110 | 10000000 | 0 | 101010 | 100101 | 10100 | 101100001 | 101110 | 111111 |
Color Harmonies of #CC7680
Complementary color
Monochromatic Colors of #CC7680
Black with #CC7680
Text Example
Text Example
White with #CC7680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7680; }
p { color: rgb(204,118,128); }
H1.HeaderClassName
{
color: #CC7680;
}
.AnyTagClassName
{
color: #CC7680;
}
</style>
background-color css
<style>
a { background-color: #CC7680; }
a { background-color: rgb(204,118,128); }
div.DivClassName
{
background-color: #CC7680;
}
.BgClassName
{
background-color: #CC7680;
}
</style>
border-color css
<style>
span { border-color: #CC7680; }
span { border-color: rgb(204,118,128); }
td.TdClassName
{
border-color: #CC7680;
}
.TagClassName
{
border-color: #CC7680;
}
</style>