Shades of Hopbush #CC6391
Tints of Hopbush #CC6391
RGB
CMYK
RGB Variations
Color information
#CC6391 (or 0xCC6391) is known color: Hopbush. HEX triplet: CC, 63 and 91. RGB value is (204,99,145). Sum of RGB (Red+Green+Blue) = 204+99+145=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 145 (57.03% from 255 or 32.37% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6391 is #339C6E. Grayscale: #878787. Windows color (decimal): -3382383 or 9528268. OLE color: 9528268.
HSL color Cylindrical-coordinate representation of color #CC6391: hue angle of 333.71º 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 #CC6391 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 145 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.2 |
| HSL | 333.71º | 0.51% | 0.59% | - |
| HSV(B) | 333.71º | 0.51% | 0.8% | - |
| XYZ | 34.47 | 23.81 | 29.57 | - |
| YUV | 135.64 | 133.29 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 145 | 0 | 0.51 | 0.29 | 0.2 | 333.71 | 0.51 | 0.59 |
| Hex | CC | 63 | 91 | 0 | 33 | 1D | 14 | 14E | 33 | 3B |
| Octal | 314 | 143 | 221 | 0 | 63 | 35 | 24 | 516 | 63 | 73 |
| Binary | 11001100 | 1100011 | 10010001 | 0 | 110011 | 11101 | 10100 | 101001110 | 110011 | 111011 |
Color Harmonies of #CC6391
Complementary color
Monochromatic Colors of #CC6391
Black with #CC6391
Text Example
Text Example
White with #CC6391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6391; }
p { color: rgb(204,99,145); }
H1.HeaderClassName
{
color: #CC6391;
}
.AnyTagClassName
{
color: #CC6391;
}
</style>
background-color css
<style>
a { background-color: #CC6391; }
a { background-color: rgb(204,99,145); }
div.DivClassName
{
background-color: #CC6391;
}
.BgClassName
{
background-color: #CC6391;
}
</style>
border-color css
<style>
span { border-color: #CC6391; }
span { border-color: rgb(204,99,145); }
td.TdClassName
{
border-color: #CC6391;
}
.TagClassName
{
border-color: #CC6391;
}
</style>