Shades of Hopbush #CB6496
Tints of Hopbush #CB6496
RGB
CMYK
RGB Variations
Color information
#CB6496 (or 0xCB6496) is known color: Hopbush. HEX triplet: CB, 64 and 96. RGB value is (203,100,150). Sum of RGB (Red+Green+Blue) = 203+100+150=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 100 (39.45% from 255 or 22.08% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6496 is #349B69. Grayscale: #888888. Windows color (decimal): -3447658 or 9856203. OLE color: 9856203.
HSL color Cylindrical-coordinate representation of color #CB6496: hue angle of 330.87º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB6496 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 100 | 150 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.20 |
| HSL | 330.87º | 0.5% | 0.59% | - |
| HSV(B) | 330.87º | 0.51% | 0.8% | - |
| XYZ | 34.69 | 24.01 | 31.66 | - |
| YUV | 136.5 | 135.62 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 150 | 0 | 0.51 | 0.26 | 0.20 | 330.87 | 0.5 | 0.59 |
| Hex | CB | 64 | 96 | 0 | 33 | 1A | 14 | 14B | 32 | 3B |
| Octal | 313 | 144 | 226 | 0 | 63 | 32 | 24 | 513 | 62 | 73 |
| Binary | 11001011 | 1100100 | 10010110 | 0 | 110011 | 11010 | 10100 | 101001011 | 110010 | 111011 |
Color Harmonies of #CB6496
Complementary color
Monochromatic Colors of #CB6496
Black with #CB6496
Text Example
Text Example
White with #CB6496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6496; }
p { color: rgb(203,100,150); }
H1.HeaderClassName
{
color: #CB6496;
}
.AnyTagClassName
{
color: #CB6496;
}
</style>
background-color css
<style>
a { background-color: #CB6496; }
a { background-color: rgb(203,100,150); }
div.DivClassName
{
background-color: #CB6496;
}
.BgClassName
{
background-color: #CB6496;
}
</style>
border-color css
<style>
span { border-color: #CB6496; }
span { border-color: rgb(203,100,150); }
td.TdClassName
{
border-color: #CB6496;
}
.TagClassName
{
border-color: #CB6496;
}
</style>