Shades of Hopbush #CB609D
Tints of Hopbush #CB609D
RGB
CMYK
RGB Variations
Color information
#CB609D (or 0xCB609D) is known color: Hopbush. HEX triplet: CB, 60 and 9D. RGB value is (203,96,157). Sum of RGB (Red+Green+Blue) = 203+96+157=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CB609D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB609D is #349F62. Grayscale: #868686. Windows color (decimal): -3448675 or 10313931. OLE color: 10313931.
HSL color Cylindrical-coordinate representation of color #CB609D: hue angle of 325.79º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB609D is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 157 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.20 |
| HSL | 325.79º | 0.51% | 0.59% | - |
| HSV(B) | 325.79º | 0.53% | 0.8% | - |
| XYZ | 34.9 | 23.5 | 34.59 | - |
| YUV | 134.95 | 140.45 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 157 | 0 | 0.53 | 0.23 | 0.20 | 325.79 | 0.51 | 0.59 |
| Hex | CB | 60 | 9D | 0 | 35 | 17 | 14 | 146 | 33 | 3B |
| Octal | 313 | 140 | 235 | 0 | 65 | 27 | 24 | 506 | 63 | 73 |
| Binary | 11001011 | 1100000 | 10011101 | 0 | 110101 | 10111 | 10100 | 101000110 | 110011 | 111011 |
Color Harmonies of #CB609D
Complementary color
Monochromatic Colors of #CB609D
Black with #CB609D
Text Example
Text Example
White with #CB609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB609D; }
p { color: rgb(203,96,157); }
H1.HeaderClassName
{
color: #CB609D;
}
.AnyTagClassName
{
color: #CB609D;
}
</style>
background-color css
<style>
a { background-color: #CB609D; }
a { background-color: rgb(203,96,157); }
div.DivClassName
{
background-color: #CB609D;
}
.BgClassName
{
background-color: #CB609D;
}
</style>
border-color css
<style>
span { border-color: #CB609D; }
span { border-color: rgb(203,96,157); }
td.TdClassName
{
border-color: #CB609D;
}
.TagClassName
{
border-color: #CB609D;
}
</style>