Shades of Hopbush #CB6897
Tints of Hopbush #CB6897
RGB
CMYK
RGB Variations
Color information
#CB6897 (or 0xCB6897) is known color: Hopbush. HEX triplet: CB, 68 and 97. RGB value is (203,104,151). Sum of RGB (Red+Green+Blue) = 203+104+151=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 151 (59.38% from 255 or 32.97% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6897 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6897 is #349768. Grayscale: #8A8A8A. Windows color (decimal): -3446633 or 9922763. OLE color: 9922763.
HSL color Cylindrical-coordinate representation of color #CB6897: hue angle of 331.52º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB6897 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 151 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.20 |
| HSL | 331.52º | 0.49% | 0.6% | - |
| HSV(B) | 331.52º | 0.49% | 0.8% | - |
| XYZ | 35.16 | 24.83 | 32.22 | - |
| YUV | 138.96 | 134.8 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 151 | 0 | 0.49 | 0.26 | 0.20 | 331.52 | 0.49 | 0.6 |
| Hex | CB | 68 | 97 | 0 | 31 | 1A | 14 | 14C | 31 | 3C |
| Octal | 313 | 150 | 227 | 0 | 61 | 32 | 24 | 514 | 61 | 74 |
| Binary | 11001011 | 1101000 | 10010111 | 0 | 110001 | 11010 | 10100 | 101001100 | 110001 | 111100 |
Color Harmonies of #CB6897
Complementary color
Monochromatic Colors of #CB6897
Black with #CB6897
Text Example
Text Example
White with #CB6897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6897; }
p { color: rgb(203,104,151); }
H1.HeaderClassName
{
color: #CB6897;
}
.AnyTagClassName
{
color: #CB6897;
}
</style>
background-color css
<style>
a { background-color: #CB6897; }
a { background-color: rgb(203,104,151); }
div.DivClassName
{
background-color: #CB6897;
}
.BgClassName
{
background-color: #CB6897;
}
</style>
border-color css
<style>
span { border-color: #CB6897; }
span { border-color: rgb(203,104,151); }
td.TdClassName
{
border-color: #CB6897;
}
.TagClassName
{
border-color: #CB6897;
}
</style>