Shades of Hopbush #CC6493
Tints of Hopbush #CC6493
RGB
CMYK
RGB Variations
Color information
#CC6493 (or 0xCC6493) is known color: Hopbush. HEX triplet: CC, 64 and 93. RGB value is (204,100,147). Sum of RGB (Red+Green+Blue) = 204+100+147=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 147 (57.81% from 255 or 32.59% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6493 is #339B6C. Grayscale: #888888. Windows color (decimal): -3382125 or 9659596. OLE color: 9659596.
HSL color Cylindrical-coordinate representation of color #CC6493: hue angle of 332.88º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC6493 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 147 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.2 |
| HSL | 332.88º | 0.5% | 0.6% | - |
| HSV(B) | 332.88º | 0.51% | 0.8% | - |
| XYZ | 34.73 | 24.06 | 30.42 | - |
| YUV | 136.45 | 133.96 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 147 | 0 | 0.51 | 0.28 | 0.2 | 332.88 | 0.5 | 0.6 |
| Hex | CC | 64 | 93 | 0 | 33 | 1C | 14 | 14D | 32 | 3C |
| Octal | 314 | 144 | 223 | 0 | 63 | 34 | 24 | 515 | 62 | 74 |
| Binary | 11001100 | 1100100 | 10010011 | 0 | 110011 | 11100 | 10100 | 101001101 | 110010 | 111100 |
Color Harmonies of #CC6493
Complementary color
Monochromatic Colors of #CC6493
Black with #CC6493
Text Example
Text Example
White with #CC6493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6493; }
p { color: rgb(204,100,147); }
H1.HeaderClassName
{
color: #CC6493;
}
.AnyTagClassName
{
color: #CC6493;
}
</style>
background-color css
<style>
a { background-color: #CC6493; }
a { background-color: rgb(204,100,147); }
div.DivClassName
{
background-color: #CC6493;
}
.BgClassName
{
background-color: #CC6493;
}
</style>
border-color css
<style>
span { border-color: #CC6493; }
span { border-color: rgb(204,100,147); }
td.TdClassName
{
border-color: #CC6493;
}
.TagClassName
{
border-color: #CC6493;
}
</style>