Shades of Hopbush #CC6598
Tints of Hopbush #CC6598
RGB
CMYK
RGB Variations
Color information
#CC6598 (or 0xCC6598) is known color: Hopbush. HEX triplet: CC, 65 and 98. RGB value is (204,101,152). Sum of RGB (Red+Green+Blue) = 204+101+152=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6598 is #339A67. Grayscale: #898989. Windows color (decimal): -3381864 or 9987532. OLE color: 9987532.
HSL color Cylindrical-coordinate representation of color #CC6598: hue angle of 330.29º 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 #CC6598 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 152 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.2 |
| HSL | 330.29º | 0.5% | 0.6% | - |
| HSV(B) | 330.29º | 0.5% | 0.8% | - |
| XYZ | 35.22 | 24.41 | 32.56 | - |
| YUV | 137.61 | 136.12 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 152 | 0 | 0.50 | 0.25 | 0.2 | 330.29 | 0.5 | 0.6 |
| Hex | CC | 65 | 98 | 0 | 32 | 19 | 14 | 14A | 32 | 3C |
| Octal | 314 | 145 | 230 | 0 | 62 | 31 | 24 | 512 | 62 | 74 |
| Binary | 11001100 | 1100101 | 10011000 | 0 | 110010 | 11001 | 10100 | 101001010 | 110010 | 111100 |
Color Harmonies of #CC6598
Complementary color
Monochromatic Colors of #CC6598
Black with #CC6598
Text Example
Text Example
White with #CC6598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6598; }
p { color: rgb(204,101,152); }
H1.HeaderClassName
{
color: #CC6598;
}
.AnyTagClassName
{
color: #CC6598;
}
</style>
background-color css
<style>
a { background-color: #CC6598; }
a { background-color: rgb(204,101,152); }
div.DivClassName
{
background-color: #CC6598;
}
.BgClassName
{
background-color: #CC6598;
}
</style>
border-color css
<style>
span { border-color: #CC6598; }
span { border-color: rgb(204,101,152); }
td.TdClassName
{
border-color: #CC6598;
}
.TagClassName
{
border-color: #CC6598;
}
</style>