Shades of Hopbush #CC6594
Tints of Hopbush #CC6594
RGB
CMYK
RGB Variations
Color information
#CC6594 (or 0xCC6594) is known color: Hopbush. HEX triplet: CC, 65 and 94. RGB value is (204,101,148). Sum of RGB (Red+Green+Blue) = 204+101+148=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 148 (58.20% from 255 or 32.67% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6594 is #339A6B. Grayscale: #898989. Windows color (decimal): -3381868 or 9725388. OLE color: 9725388.
HSL color Cylindrical-coordinate representation of color #CC6594: hue angle of 332.62º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC6594 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 148 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.2 |
| HSL | 332.62º | 0.5% | 0.6% | - |
| HSV(B) | 332.62º | 0.5% | 0.8% | - |
| XYZ | 34.9 | 24.28 | 30.86 | - |
| YUV | 137.16 | 134.12 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 148 | 0 | 0.50 | 0.27 | 0.2 | 332.62 | 0.5 | 0.6 |
| Hex | CC | 65 | 94 | 0 | 32 | 1B | 14 | 14D | 32 | 3C |
| Octal | 314 | 145 | 224 | 0 | 62 | 33 | 24 | 515 | 62 | 74 |
| Binary | 11001100 | 1100101 | 10010100 | 0 | 110010 | 11011 | 10100 | 101001101 | 110010 | 111100 |
Color Harmonies of #CC6594
Complementary color
Monochromatic Colors of #CC6594
Black with #CC6594
Text Example
Text Example
White with #CC6594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6594; }
p { color: rgb(204,101,148); }
H1.HeaderClassName
{
color: #CC6594;
}
.AnyTagClassName
{
color: #CC6594;
}
</style>
background-color css
<style>
a { background-color: #CC6594; }
a { background-color: rgb(204,101,148); }
div.DivClassName
{
background-color: #CC6594;
}
.BgClassName
{
background-color: #CC6594;
}
</style>
border-color css
<style>
span { border-color: #CC6594; }
span { border-color: rgb(204,101,148); }
td.TdClassName
{
border-color: #CC6594;
}
.TagClassName
{
border-color: #CC6594;
}
</style>