Shades of Charm #CC6380
Tints of Charm #CC6380
RGB
CMYK
RGB Variations
Color information
#CC6380 (or 0xCC6380) is known color: Charm. HEX triplet: CC, 63 and 80. RGB value is (204,99,128). Sum of RGB (Red+Green+Blue) = 204+99+128=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6380 is #339C7F. Grayscale: #858585. Windows color (decimal): -3382400 or 8414156. OLE color: 8414156.
HSL color Cylindrical-coordinate representation of color #CC6380: hue angle of 343.43º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC6380 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 128 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.2 |
| HSL | 343.43º | 0.51% | 0.59% | - |
| HSV(B) | 343.43º | 0.51% | 0.8% | - |
| XYZ | 33.26 | 23.32 | 23.17 | - |
| YUV | 133.7 | 124.79 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 128 | 0 | 0.51 | 0.37 | 0.2 | 343.43 | 0.51 | 0.59 |
| Hex | CC | 63 | 80 | 0 | 33 | 25 | 14 | 157 | 33 | 3B |
| Octal | 314 | 143 | 200 | 0 | 63 | 45 | 24 | 527 | 63 | 73 |
| Binary | 11001100 | 1100011 | 10000000 | 0 | 110011 | 100101 | 10100 | 101010111 | 110011 | 111011 |
Color Harmonies of #CC6380
Complementary color
Monochromatic Colors of #CC6380
Black with #CC6380
Text Example
Text Example
White with #CC6380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6380; }
p { color: rgb(204,99,128); }
H1.HeaderClassName
{
color: #CC6380;
}
.AnyTagClassName
{
color: #CC6380;
}
</style>
background-color css
<style>
a { background-color: #CC6380; }
a { background-color: rgb(204,99,128); }
div.DivClassName
{
background-color: #CC6380;
}
.BgClassName
{
background-color: #CC6380;
}
</style>
border-color css
<style>
span { border-color: #CC6380; }
span { border-color: rgb(204,99,128); }
td.TdClassName
{
border-color: #CC6380;
}
.TagClassName
{
border-color: #CC6380;
}
</style>