Shades of Hopbush #CB6299
Tints of Hopbush #CB6299
RGB
CMYK
RGB Variations
Color information
#CB6299 (or 0xCB6299) is known color: Hopbush. HEX triplet: CB, 62 and 99. RGB value is (203,98,153). Sum of RGB (Red+Green+Blue) = 203+98+153=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 98 (38.67% from 255 or 21.59% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6299 is #349D66. Grayscale: #878787. Windows color (decimal): -3448167 or 10052299. OLE color: 10052299.
HSL color Cylindrical-coordinate representation of color #CB6299: hue angle of 328.57º 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 #CB6299 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 153 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.20 |
| HSL | 328.57º | 0.5% | 0.59% | - |
| HSV(B) | 328.57º | 0.52% | 0.8% | - |
| XYZ | 34.75 | 23.73 | 32.89 | - |
| YUV | 135.67 | 137.79 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 153 | 0 | 0.52 | 0.25 | 0.20 | 328.57 | 0.5 | 0.59 |
| Hex | CB | 62 | 99 | 0 | 34 | 19 | 14 | 149 | 32 | 3B |
| Octal | 313 | 142 | 231 | 0 | 64 | 31 | 24 | 511 | 62 | 73 |
| Binary | 11001011 | 1100010 | 10011001 | 0 | 110100 | 11001 | 10100 | 101001001 | 110010 | 111011 |
Color Harmonies of #CB6299
Complementary color
Monochromatic Colors of #CB6299
Black with #CB6299
Text Example
Text Example
White with #CB6299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6299; }
p { color: rgb(203,98,153); }
H1.HeaderClassName
{
color: #CB6299;
}
.AnyTagClassName
{
color: #CB6299;
}
</style>
background-color css
<style>
a { background-color: #CB6299; }
a { background-color: rgb(203,98,153); }
div.DivClassName
{
background-color: #CB6299;
}
.BgClassName
{
background-color: #CB6299;
}
</style>
border-color css
<style>
span { border-color: #CB6299; }
span { border-color: rgb(203,98,153); }
td.TdClassName
{
border-color: #CB6299;
}
.TagClassName
{
border-color: #CB6299;
}
</style>