Shades of Hopbush #C07599
Tints of Hopbush #C07599
RGB
CMYK
RGB Variations
Color information
#C07599 (or 0xC07599) is known color: Hopbush. HEX triplet: C0, 75 and 99. RGB value is (192,117,153). Sum of RGB (Red+Green+Blue) = 192+117+153=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C07599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07599 is #3F8A66. Grayscale: #8F8F8F. Windows color (decimal): -4164199 or 10057152. OLE color: 10057152.
HSL color Cylindrical-coordinate representation of color #C07599: hue angle of 331.2º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C07599 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 117 | 153 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.25 |
| HSL | 331.2º | 0.37% | 0.61% | - |
| HSV(B) | 331.2º | 0.39% | 0.75% | - |
| XYZ | 33.85 | 26.23 | 33.42 | - |
| YUV | 143.53 | 133.35 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 153 | 0 | 0.39 | 0.20 | 0.25 | 331.2 | 0.37 | 0.61 |
| Hex | C0 | 75 | 99 | 0 | 27 | 14 | 19 | 14B | 25 | 3D |
| Octal | 300 | 165 | 231 | 0 | 47 | 24 | 31 | 513 | 45 | 75 |
| Binary | 11000000 | 1110101 | 10011001 | 0 | 100111 | 10100 | 11001 | 101001011 | 100101 | 111101 |
Color Harmonies of #C07599
Complementary color
Monochromatic Colors of #C07599
Black with #C07599
Text Example
Text Example
White with #C07599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07599; }
p { color: rgb(192,117,153); }
H1.HeaderClassName
{
color: #C07599;
}
.AnyTagClassName
{
color: #C07599;
}
</style>
background-color css
<style>
a { background-color: #C07599; }
a { background-color: rgb(192,117,153); }
div.DivClassName
{
background-color: #C07599;
}
.BgClassName
{
background-color: #C07599;
}
</style>
border-color css
<style>
span { border-color: #C07599; }
span { border-color: rgb(192,117,153); }
td.TdClassName
{
border-color: #C07599;
}
.TagClassName
{
border-color: #C07599;
}
</style>