Shades of Hopbush #CB619A
Tints of Hopbush #CB619A
RGB
CMYK
RGB Variations
Color information
#CB619A (or 0xCB619A) is known color: Hopbush. HEX triplet: CB, 61 and 9A. RGB value is (203,97,154). Sum of RGB (Red+Green+Blue) = 203+97+154=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 97 (38.28% from 255 or 21.37% from 454); Blue value is 154 (60.55% from 255 or 33.92% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CB619A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB619A is #349E65. Grayscale: #878787. Windows color (decimal): -3448422 or 10117579. OLE color: 10117579.
HSL color Cylindrical-coordinate representation of color #CB619A: hue angle of 327.74º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB619A is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 97 | 154 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.20 |
| HSL | 327.74º | 0.5% | 0.59% | - |
| HSV(B) | 327.74º | 0.52% | 0.8% | - |
| XYZ | 34.74 | 23.58 | 33.29 | - |
| YUV | 135.19 | 138.62 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 154 | 0 | 0.52 | 0.24 | 0.20 | 327.74 | 0.5 | 0.59 |
| Hex | CB | 61 | 9A | 0 | 34 | 18 | 14 | 148 | 32 | 3B |
| Octal | 313 | 141 | 232 | 0 | 64 | 30 | 24 | 510 | 62 | 73 |
| Binary | 11001011 | 1100001 | 10011010 | 0 | 110100 | 11000 | 10100 | 101001000 | 110010 | 111011 |
Color Harmonies of #CB619A
Complementary color
Monochromatic Colors of #CB619A
Black with #CB619A
Text Example
Text Example
White with #CB619A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB619A; }
p { color: rgb(203,97,154); }
H1.HeaderClassName
{
color: #CB619A;
}
.AnyTagClassName
{
color: #CB619A;
}
</style>
background-color css
<style>
a { background-color: #CB619A; }
a { background-color: rgb(203,97,154); }
div.DivClassName
{
background-color: #CB619A;
}
.BgClassName
{
background-color: #CB619A;
}
</style>
border-color css
<style>
span { border-color: #CB619A; }
span { border-color: rgb(203,97,154); }
td.TdClassName
{
border-color: #CB619A;
}
.TagClassName
{
border-color: #CB619A;
}
</style>