Shades of Hopbush #CB6597
Tints of Hopbush #CB6597
RGB
CMYK
RGB Variations
Color information
#CB6597 (or 0xCB6597) is known color: Hopbush. HEX triplet: CB, 65 and 97. RGB value is (203,101,151). Sum of RGB (Red+Green+Blue) = 203+101+151=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 151 (59.38% from 255 or 33.19% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6597 is #349A68. Grayscale: #898989. Windows color (decimal): -3447401 or 9921995. OLE color: 9921995.
HSL color Cylindrical-coordinate representation of color #CB6597: hue angle of 330.59º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB6597 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 101 | 151 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.20 |
| HSL | 330.59º | 0.5% | 0.6% | - |
| HSV(B) | 330.59º | 0.5% | 0.8% | - |
| XYZ | 34.87 | 24.24 | 32.12 | - |
| YUV | 137.2 | 135.79 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 151 | 0 | 0.50 | 0.26 | 0.20 | 330.59 | 0.5 | 0.6 |
| Hex | CB | 65 | 97 | 0 | 32 | 1A | 14 | 14B | 32 | 3C |
| Octal | 313 | 145 | 227 | 0 | 62 | 32 | 24 | 513 | 62 | 74 |
| Binary | 11001011 | 1100101 | 10010111 | 0 | 110010 | 11010 | 10100 | 101001011 | 110010 | 111100 |
Color Harmonies of #CB6597
Complementary color
Monochromatic Colors of #CB6597
Black with #CB6597
Text Example
Text Example
White with #CB6597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6597; }
p { color: rgb(203,101,151); }
H1.HeaderClassName
{
color: #CB6597;
}
.AnyTagClassName
{
color: #CB6597;
}
</style>
background-color css
<style>
a { background-color: #CB6597; }
a { background-color: rgb(203,101,151); }
div.DivClassName
{
background-color: #CB6597;
}
.BgClassName
{
background-color: #CB6597;
}
</style>
border-color css
<style>
span { border-color: #CB6597; }
span { border-color: rgb(203,101,151); }
td.TdClassName
{
border-color: #CB6597;
}
.TagClassName
{
border-color: #CB6597;
}
</style>