Shades of Hopbush #CB6495
Tints of Hopbush #CB6495
RGB
CMYK
RGB Variations
Color information
#CB6495 (or 0xCB6495) is known color: Hopbush. HEX triplet: CB, 64 and 95. RGB value is (203,100,149). Sum of RGB (Red+Green+Blue) = 203+100+149=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6495 is #349B6A. Grayscale: #888888. Windows color (decimal): -3447659 or 9790667. OLE color: 9790667.
HSL color Cylindrical-coordinate representation of color #CB6495: hue angle of 331.46º 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 #CB6495 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 100 | 149 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.20 |
| HSL | 331.46º | 0.5% | 0.59% | - |
| HSV(B) | 331.46º | 0.51% | 0.8% | - |
| XYZ | 34.61 | 23.98 | 31.24 | - |
| YUV | 136.38 | 135.12 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 149 | 0 | 0.51 | 0.27 | 0.20 | 331.46 | 0.5 | 0.59 |
| Hex | CB | 64 | 95 | 0 | 33 | 1B | 14 | 14B | 32 | 3B |
| Octal | 313 | 144 | 225 | 0 | 63 | 33 | 24 | 513 | 62 | 73 |
| Binary | 11001011 | 1100100 | 10010101 | 0 | 110011 | 11011 | 10100 | 101001011 | 110010 | 111011 |
Color Harmonies of #CB6495
Complementary color
Monochromatic Colors of #CB6495
Black with #CB6495
Text Example
Text Example
White with #CB6495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6495; }
p { color: rgb(203,100,149); }
H1.HeaderClassName
{
color: #CB6495;
}
.AnyTagClassName
{
color: #CB6495;
}
</style>
background-color css
<style>
a { background-color: #CB6495; }
a { background-color: rgb(203,100,149); }
div.DivClassName
{
background-color: #CB6495;
}
.BgClassName
{
background-color: #CB6495;
}
</style>
border-color css
<style>
span { border-color: #CB6495; }
span { border-color: rgb(203,100,149); }
td.TdClassName
{
border-color: #CB6495;
}
.TagClassName
{
border-color: #CB6495;
}
</style>