Shades of Hopbush #CB6497
Tints of Hopbush #CB6497
RGB
CMYK
RGB Variations
Color information
#CB6497 (or 0xCB6497) is known color: Hopbush. HEX triplet: CB, 64 and 97. RGB value is (203,100,151). Sum of RGB (Red+Green+Blue) = 203+100+151=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 151 (59.38% from 255 or 33.26% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6497 is #349B68. Grayscale: #888888. Windows color (decimal): -3447657 or 9921739. OLE color: 9921739.
HSL color Cylindrical-coordinate representation of color #CB6497: hue angle of 330.29º 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 #CB6497 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 100 | 151 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.20 |
| HSL | 330.29º | 0.5% | 0.59% | - |
| HSV(B) | 330.29º | 0.51% | 0.8% | - |
| XYZ | 34.77 | 24.05 | 32.09 | - |
| YUV | 136.61 | 136.12 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 151 | 0 | 0.51 | 0.26 | 0.20 | 330.29 | 0.5 | 0.59 |
| Hex | CB | 64 | 97 | 0 | 33 | 1A | 14 | 14A | 32 | 3B |
| Octal | 313 | 144 | 227 | 0 | 63 | 32 | 24 | 512 | 62 | 73 |
| Binary | 11001011 | 1100100 | 10010111 | 0 | 110011 | 11010 | 10100 | 101001010 | 110010 | 111011 |
Color Harmonies of #CB6497
Complementary color
Monochromatic Colors of #CB6497
Black with #CB6497
Text Example
Text Example
White with #CB6497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6497; }
p { color: rgb(203,100,151); }
H1.HeaderClassName
{
color: #CB6497;
}
.AnyTagClassName
{
color: #CB6497;
}
</style>
background-color css
<style>
a { background-color: #CB6497; }
a { background-color: rgb(203,100,151); }
div.DivClassName
{
background-color: #CB6497;
}
.BgClassName
{
background-color: #CB6497;
}
</style>
border-color css
<style>
span { border-color: #CB6497; }
span { border-color: rgb(203,100,151); }
td.TdClassName
{
border-color: #CB6497;
}
.TagClassName
{
border-color: #CB6497;
}
</style>