Shades of Hopbush #CB5F9A
Tints of Hopbush #CB5F9A
RGB
CMYK
RGB Variations
Color information
#CB5F9A (or 0xCB5F9A) is known color: Hopbush. HEX triplet: CB, 5F and 9A. RGB value is (203,95,154). Sum of RGB (Red+Green+Blue) = 203+95+154=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5F9A is #34A065. Grayscale: #858585. Windows color (decimal): -3448934 or 10117067. OLE color: 10117067.
HSL color Cylindrical-coordinate representation of color #CB5F9A: hue angle of 327.22º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB5F9A is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 95 | 154 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.20 |
| HSL | 327.22º | 0.51% | 0.58% | - |
| HSV(B) | 327.22º | 0.53% | 0.8% | - |
| XYZ | 34.55 | 23.21 | 33.23 | - |
| YUV | 134.02 | 139.28 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 95 | 154 | 0 | 0.53 | 0.24 | 0.20 | 327.22 | 0.51 | 0.58 |
| Hex | CB | 5F | 9A | 0 | 35 | 18 | 14 | 147 | 33 | 3A |
| Octal | 313 | 137 | 232 | 0 | 65 | 30 | 24 | 507 | 63 | 72 |
| Binary | 11001011 | 1011111 | 10011010 | 0 | 110101 | 11000 | 10100 | 101000111 | 110011 | 111010 |
Color Harmonies of #CB5F9A
Complementary color
Monochromatic Colors of #CB5F9A
Black with #CB5F9A
Text Example
Text Example
White with #CB5F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5F9A; }
p { color: rgb(203,95,154); }
H1.HeaderClassName
{
color: #CB5F9A;
}
.AnyTagClassName
{
color: #CB5F9A;
}
</style>
background-color css
<style>
a { background-color: #CB5F9A; }
a { background-color: rgb(203,95,154); }
div.DivClassName
{
background-color: #CB5F9A;
}
.BgClassName
{
background-color: #CB5F9A;
}
</style>
border-color css
<style>
span { border-color: #CB5F9A; }
span { border-color: rgb(203,95,154); }
td.TdClassName
{
border-color: #CB5F9A;
}
.TagClassName
{
border-color: #CB5F9A;
}
</style>