Shades of Hopbush #CC6299
Tints of Hopbush #CC6299
RGB
CMYK
RGB Variations
Color information
#CC6299 (or 0xCC6299) is known color: Hopbush. HEX triplet: CC, 62 and 99. RGB value is (204,98,153). Sum of RGB (Red+Green+Blue) = 204+98+153=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 98 (38.67% from 255 or 21.54% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6299 is #339D66. Grayscale: #878787. Windows color (decimal): -3382631 or 10052300. OLE color: 10052300.
HSL color Cylindrical-coordinate representation of color #CC6299: hue angle of 328.87º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC6299 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 153 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.2 |
| HSL | 328.87º | 0.51% | 0.59% | - |
| HSV(B) | 328.87º | 0.52% | 0.8% | - |
| XYZ | 35.02 | 23.87 | 32.9 | - |
| YUV | 135.96 | 137.62 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 153 | 0 | 0.52 | 0.25 | 0.2 | 328.87 | 0.51 | 0.59 |
| Hex | CC | 62 | 99 | 0 | 34 | 19 | 14 | 149 | 33 | 3B |
| Octal | 314 | 142 | 231 | 0 | 64 | 31 | 24 | 511 | 63 | 73 |
| Binary | 11001100 | 1100010 | 10011001 | 0 | 110100 | 11001 | 10100 | 101001001 | 110011 | 111011 |
Color Harmonies of #CC6299
Complementary color
Monochromatic Colors of #CC6299
Black with #CC6299
Text Example
Text Example
White with #CC6299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6299; }
p { color: rgb(204,98,153); }
H1.HeaderClassName
{
color: #CC6299;
}
.AnyTagClassName
{
color: #CC6299;
}
</style>
background-color css
<style>
a { background-color: #CC6299; }
a { background-color: rgb(204,98,153); }
div.DivClassName
{
background-color: #CC6299;
}
.BgClassName
{
background-color: #CC6299;
}
</style>
border-color css
<style>
span { border-color: #CC6299; }
span { border-color: rgb(204,98,153); }
td.TdClassName
{
border-color: #CC6299;
}
.TagClassName
{
border-color: #CC6299;
}
</style>