Shades of Hopbush #CB6199
Tints of Hopbush #CB6199
RGB
CMYK
RGB Variations
Color information
#CB6199 (or 0xCB6199) is known color: Hopbush. HEX triplet: CB, 61 and 99. RGB value is (203,97,153). Sum of RGB (Red+Green+Blue) = 203+97+153=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6199 is #349E66. Grayscale: #868686. Windows color (decimal): -3448423 or 10052043. OLE color: 10052043.
HSL color Cylindrical-coordinate representation of color #CB6199: hue angle of 328.3º 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 #CB6199 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 97 | 153 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.20 |
| HSL | 328.3º | 0.5% | 0.59% | - |
| HSV(B) | 328.3º | 0.52% | 0.8% | - |
| XYZ | 34.65 | 23.55 | 32.86 | - |
| YUV | 135.08 | 138.12 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 153 | 0 | 0.52 | 0.25 | 0.20 | 328.3 | 0.5 | 0.59 |
| Hex | CB | 61 | 99 | 0 | 34 | 19 | 14 | 148 | 32 | 3B |
| Octal | 313 | 141 | 231 | 0 | 64 | 31 | 24 | 510 | 62 | 73 |
| Binary | 11001011 | 1100001 | 10011001 | 0 | 110100 | 11001 | 10100 | 101001000 | 110010 | 111011 |
Color Harmonies of #CB6199
Complementary color
Monochromatic Colors of #CB6199
Black with #CB6199
Text Example
Text Example
White with #CB6199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6199; }
p { color: rgb(203,97,153); }
H1.HeaderClassName
{
color: #CB6199;
}
.AnyTagClassName
{
color: #CB6199;
}
</style>
background-color css
<style>
a { background-color: #CB6199; }
a { background-color: rgb(203,97,153); }
div.DivClassName
{
background-color: #CB6199;
}
.BgClassName
{
background-color: #CB6199;
}
</style>
border-color css
<style>
span { border-color: #CB6199; }
span { border-color: rgb(203,97,153); }
td.TdClassName
{
border-color: #CB6199;
}
.TagClassName
{
border-color: #CB6199;
}
</style>