Shades of Hopbush #CC6384
Tints of Hopbush #CC6384
RGB
CMYK
RGB Variations
Color information
#CC6384 (or 0xCC6384) is known color: Hopbush. HEX triplet: CC, 63 and 84. RGB value is (204,99,132). Sum of RGB (Red+Green+Blue) = 204+99+132=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6384 is #339C7B. Grayscale: #868686. Windows color (decimal): -3382396 or 8676300. OLE color: 8676300.
HSL color Cylindrical-coordinate representation of color #CC6384: hue angle of 341.14º 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 #CC6384 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 132 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.2 |
| HSL | 341.14º | 0.51% | 0.59% | - |
| HSV(B) | 341.14º | 0.51% | 0.8% | - |
| XYZ | 33.53 | 23.43 | 24.58 | - |
| YUV | 134.16 | 126.79 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 132 | 0 | 0.51 | 0.35 | 0.2 | 341.14 | 0.51 | 0.59 |
| Hex | CC | 63 | 84 | 0 | 33 | 23 | 14 | 155 | 33 | 3B |
| Octal | 314 | 143 | 204 | 0 | 63 | 43 | 24 | 525 | 63 | 73 |
| Binary | 11001100 | 1100011 | 10000100 | 0 | 110011 | 100011 | 10100 | 101010101 | 110011 | 111011 |
Color Harmonies of #CC6384
Complementary color
Monochromatic Colors of #CC6384
Black with #CC6384
Text Example
Text Example
White with #CC6384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6384; }
p { color: rgb(204,99,132); }
H1.HeaderClassName
{
color: #CC6384;
}
.AnyTagClassName
{
color: #CC6384;
}
</style>
background-color css
<style>
a { background-color: #CC6384; }
a { background-color: rgb(204,99,132); }
div.DivClassName
{
background-color: #CC6384;
}
.BgClassName
{
background-color: #CC6384;
}
</style>
border-color css
<style>
span { border-color: #CC6384; }
span { border-color: rgb(204,99,132); }
td.TdClassName
{
border-color: #CC6384;
}
.TagClassName
{
border-color: #CC6384;
}
</style>