Shades of Hopbush #CC7593
Tints of Hopbush #CC7593
RGB
CMYK
RGB Variations
Color information
#CC7593 (or 0xCC7593) is known color: Hopbush. HEX triplet: CC, 75 and 93. RGB value is (204,117,147). Sum of RGB (Red+Green+Blue) = 204+117+147=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7593 is #338A6C. Grayscale: #929292. Windows color (decimal): -3377773 or 9663948. OLE color: 9663948.
HSL color Cylindrical-coordinate representation of color #CC7593: hue angle of 339.31º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC7593 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 147 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.2 |
| HSL | 339.31º | 0.46% | 0.63% | - |
| HSV(B) | 339.31º | 0.43% | 0.8% | - |
| XYZ | 36.53 | 27.67 | 31.02 | - |
| YUV | 146.43 | 128.32 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 147 | 0 | 0.43 | 0.28 | 0.2 | 339.31 | 0.46 | 0.63 |
| Hex | CC | 75 | 93 | 0 | 2B | 1C | 14 | 153 | 2E | 3F |
| Octal | 314 | 165 | 223 | 0 | 53 | 34 | 24 | 523 | 56 | 77 |
| Binary | 11001100 | 1110101 | 10010011 | 0 | 101011 | 11100 | 10100 | 101010011 | 101110 | 111111 |
Color Harmonies of #CC7593
Complementary color
Monochromatic Colors of #CC7593
Black with #CC7593
Text Example
Text Example
White with #CC7593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7593; }
p { color: rgb(204,117,147); }
H1.HeaderClassName
{
color: #CC7593;
}
.AnyTagClassName
{
color: #CC7593;
}
</style>
background-color css
<style>
a { background-color: #CC7593; }
a { background-color: rgb(204,117,147); }
div.DivClassName
{
background-color: #CC7593;
}
.BgClassName
{
background-color: #CC7593;
}
</style>
border-color css
<style>
span { border-color: #CC7593; }
span { border-color: rgb(204,117,147); }
td.TdClassName
{
border-color: #CC7593;
}
.TagClassName
{
border-color: #CC7593;
}
</style>