Shades of Hopbush #CC7393
Tints of Hopbush #CC7393
RGB
CMYK
RGB Variations
Color information
#CC7393 (or 0xCC7393) is known color: Hopbush. HEX triplet: CC, 73 and 93. RGB value is (204,115,147). Sum of RGB (Red+Green+Blue) = 204+115+147=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7393 is #338C6C. Grayscale: #919191. Windows color (decimal): -3378285 or 9663436. OLE color: 9663436.
HSL color Cylindrical-coordinate representation of color #CC7393: hue angle of 338.43º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC7393 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 147 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.2 |
| HSL | 338.43º | 0.47% | 0.63% | - |
| HSV(B) | 338.43º | 0.44% | 0.8% | - |
| XYZ | 36.3 | 27.21 | 30.94 | - |
| YUV | 145.26 | 128.99 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 147 | 0 | 0.44 | 0.28 | 0.2 | 338.43 | 0.47 | 0.63 |
| Hex | CC | 73 | 93 | 0 | 2C | 1C | 14 | 152 | 2F | 3F |
| Octal | 314 | 163 | 223 | 0 | 54 | 34 | 24 | 522 | 57 | 77 |
| Binary | 11001100 | 1110011 | 10010011 | 0 | 101100 | 11100 | 10100 | 101010010 | 101111 | 111111 |
Color Harmonies of #CC7393
Complementary color
Monochromatic Colors of #CC7393
Black with #CC7393
Text Example
Text Example
White with #CC7393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7393; }
p { color: rgb(204,115,147); }
H1.HeaderClassName
{
color: #CC7393;
}
.AnyTagClassName
{
color: #CC7393;
}
</style>
background-color css
<style>
a { background-color: #CC7393; }
a { background-color: rgb(204,115,147); }
div.DivClassName
{
background-color: #CC7393;
}
.BgClassName
{
background-color: #CC7393;
}
</style>
border-color css
<style>
span { border-color: #CC7393; }
span { border-color: rgb(204,115,147); }
td.TdClassName
{
border-color: #CC7393;
}
.TagClassName
{
border-color: #CC7393;
}
</style>