Shades of Hopbush #CC6394
Tints of Hopbush #CC6394
RGB
CMYK
RGB Variations
Color information
#CC6394 (or 0xCC6394) is known color: Hopbush. HEX triplet: CC, 63 and 94. RGB value is (204,99,148). Sum of RGB (Red+Green+Blue) = 204+99+148=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 99 (39.06% from 255 or 21.95% from 451); Blue value is 148 (58.20% from 255 or 32.82% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6394 is #339C6B. Grayscale: #878787. Windows color (decimal): -3382380 or 9724876. OLE color: 9724876.
HSL color Cylindrical-coordinate representation of color #CC6394: hue angle of 332º 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 #CC6394 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 148 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.2 |
| HSL | 332º | 0.51% | 0.59% | - |
| HSV(B) | 332º | 0.51% | 0.8% | - |
| XYZ | 34.71 | 23.9 | 30.8 | - |
| YUV | 135.98 | 134.79 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 148 | 0 | 0.51 | 0.27 | 0.2 | 332 | 0.51 | 0.59 |
| Hex | CC | 63 | 94 | 0 | 33 | 1B | 14 | 14C | 33 | 3B |
| Octal | 314 | 143 | 224 | 0 | 63 | 33 | 24 | 514 | 63 | 73 |
| Binary | 11001100 | 1100011 | 10010100 | 0 | 110011 | 11011 | 10100 | 101001100 | 110011 | 111011 |
Color Harmonies of #CC6394
Complementary color
Monochromatic Colors of #CC6394
Black with #CC6394
Text Example
Text Example
White with #CC6394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6394; }
p { color: rgb(204,99,148); }
H1.HeaderClassName
{
color: #CC6394;
}
.AnyTagClassName
{
color: #CC6394;
}
</style>
background-color css
<style>
a { background-color: #CC6394; }
a { background-color: rgb(204,99,148); }
div.DivClassName
{
background-color: #CC6394;
}
.BgClassName
{
background-color: #CC6394;
}
</style>
border-color css
<style>
span { border-color: #CC6394; }
span { border-color: rgb(204,99,148); }
td.TdClassName
{
border-color: #CC6394;
}
.TagClassName
{
border-color: #CC6394;
}
</style>