Shades of Hopbush #CB6090
Tints of Hopbush #CB6090
RGB
CMYK
RGB Variations
Color information
#CB6090 (or 0xCB6090) is known color: Hopbush. HEX triplet: CB, 60 and 90. RGB value is (203,96,144). Sum of RGB (Red+Green+Blue) = 203+96+144=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6090 is #349F6F. Grayscale: #858585. Windows color (decimal): -3448688 or 9461963. OLE color: 9461963.
HSL color Cylindrical-coordinate representation of color #CB6090: hue angle of 333.08º 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 #CB6090 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 144 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.20 |
| HSL | 333.08º | 0.51% | 0.59% | - |
| HSV(B) | 333.08º | 0.53% | 0.8% | - |
| XYZ | 33.85 | 23.08 | 29.06 | - |
| YUV | 133.47 | 133.95 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 144 | 0 | 0.53 | 0.29 | 0.20 | 333.08 | 0.51 | 0.59 |
| Hex | CB | 60 | 90 | 0 | 35 | 1D | 14 | 14D | 33 | 3B |
| Octal | 313 | 140 | 220 | 0 | 65 | 35 | 24 | 515 | 63 | 73 |
| Binary | 11001011 | 1100000 | 10010000 | 0 | 110101 | 11101 | 10100 | 101001101 | 110011 | 111011 |
Color Harmonies of #CB6090
Complementary color
Monochromatic Colors of #CB6090
Black with #CB6090
Text Example
Text Example
White with #CB6090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6090; }
p { color: rgb(203,96,144); }
H1.HeaderClassName
{
color: #CB6090;
}
.AnyTagClassName
{
color: #CB6090;
}
</style>
background-color css
<style>
a { background-color: #CB6090; }
a { background-color: rgb(203,96,144); }
div.DivClassName
{
background-color: #CB6090;
}
.BgClassName
{
background-color: #CB6090;
}
</style>
border-color css
<style>
span { border-color: #CB6090; }
span { border-color: rgb(203,96,144); }
td.TdClassName
{
border-color: #CB6090;
}
.TagClassName
{
border-color: #CB6090;
}
</style>