Shades of Hopbush #CC6393
Tints of Hopbush #CC6393
RGB
CMYK
RGB Variations
Color information
#CC6393 (or 0xCC6393) is known color: Hopbush. HEX triplet: CC, 63 and 93. RGB value is (204,99,147). Sum of RGB (Red+Green+Blue) = 204+99+147=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6393 is #339C6C. Grayscale: #878787. Windows color (decimal): -3382381 or 9659340. OLE color: 9659340.
HSL color Cylindrical-coordinate representation of color #CC6393: hue angle of 332.57º 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 #CC6393 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 147 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.2 |
| HSL | 332.57º | 0.51% | 0.59% | - |
| HSV(B) | 332.57º | 0.51% | 0.8% | - |
| XYZ | 34.63 | 23.87 | 30.39 | - |
| YUV | 135.87 | 134.29 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 147 | 0 | 0.51 | 0.28 | 0.2 | 332.57 | 0.51 | 0.59 |
| Hex | CC | 63 | 93 | 0 | 33 | 1C | 14 | 14D | 33 | 3B |
| Octal | 314 | 143 | 223 | 0 | 63 | 34 | 24 | 515 | 63 | 73 |
| Binary | 11001100 | 1100011 | 10010011 | 0 | 110011 | 11100 | 10100 | 101001101 | 110011 | 111011 |
Color Harmonies of #CC6393
Complementary color
Monochromatic Colors of #CC6393
Black with #CC6393
Text Example
Text Example
White with #CC6393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6393; }
p { color: rgb(204,99,147); }
H1.HeaderClassName
{
color: #CC6393;
}
.AnyTagClassName
{
color: #CC6393;
}
</style>
background-color css
<style>
a { background-color: #CC6393; }
a { background-color: rgb(204,99,147); }
div.DivClassName
{
background-color: #CC6393;
}
.BgClassName
{
background-color: #CC6393;
}
</style>
border-color css
<style>
span { border-color: #CC6393; }
span { border-color: rgb(204,99,147); }
td.TdClassName
{
border-color: #CC6393;
}
.TagClassName
{
border-color: #CC6393;
}
</style>