Shades of Hopbush #CB6091
Tints of Hopbush #CB6091
RGB
CMYK
RGB Variations
Color information
#CB6091 (or 0xCB6091) is known color: Hopbush. HEX triplet: CB, 60 and 91. RGB value is (203,96,145). Sum of RGB (Red+Green+Blue) = 203+96+145=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 145 (57.03% from 255 or 32.66% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6091 is #349F6E. Grayscale: #858585. Windows color (decimal): -3448687 or 9527499. OLE color: 9527499.
HSL color Cylindrical-coordinate representation of color #CB6091: hue angle of 332.52º 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 #CB6091 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 145 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.20 |
| HSL | 332.52º | 0.51% | 0.59% | - |
| HSV(B) | 332.52º | 0.53% | 0.8% | - |
| XYZ | 33.92 | 23.11 | 29.46 | - |
| YUV | 133.58 | 134.45 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 145 | 0 | 0.53 | 0.29 | 0.20 | 332.52 | 0.51 | 0.59 |
| Hex | CB | 60 | 91 | 0 | 35 | 1D | 14 | 14D | 33 | 3B |
| Octal | 313 | 140 | 221 | 0 | 65 | 35 | 24 | 515 | 63 | 73 |
| Binary | 11001011 | 1100000 | 10010001 | 0 | 110101 | 11101 | 10100 | 101001101 | 110011 | 111011 |
Color Harmonies of #CB6091
Complementary color
Monochromatic Colors of #CB6091
Black with #CB6091
Text Example
Text Example
White with #CB6091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6091; }
p { color: rgb(203,96,145); }
H1.HeaderClassName
{
color: #CB6091;
}
.AnyTagClassName
{
color: #CB6091;
}
</style>
background-color css
<style>
a { background-color: #CB6091; }
a { background-color: rgb(203,96,145); }
div.DivClassName
{
background-color: #CB6091;
}
.BgClassName
{
background-color: #CB6091;
}
</style>
border-color css
<style>
span { border-color: #CB6091; }
span { border-color: rgb(203,96,145); }
td.TdClassName
{
border-color: #CB6091;
}
.TagClassName
{
border-color: #CB6091;
}
</style>