Shades of Hopbush #CB6888
Tints of Hopbush #CB6888
RGB
CMYK
RGB Variations
Color information
#CB6888 (or 0xCB6888) is known color: Hopbush. HEX triplet: CB, 68 and 88. RGB value is (203,104,136). Sum of RGB (Red+Green+Blue) = 203+104+136=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6888 is #349777. Grayscale: #898989. Windows color (decimal): -3446648 or 8939723. OLE color: 8939723.
HSL color Cylindrical-coordinate representation of color #CB6888: hue angle of 340.61º 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 #CB6888 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 136 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.20 |
| HSL | 340.61º | 0.49% | 0.6% | - |
| HSV(B) | 340.61º | 0.49% | 0.8% | - |
| XYZ | 34.02 | 24.37 | 26.2 | - |
| YUV | 137.25 | 127.3 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 136 | 0 | 0.49 | 0.33 | 0.20 | 340.61 | 0.49 | 0.6 |
| Hex | CB | 68 | 88 | 0 | 31 | 21 | 14 | 155 | 31 | 3C |
| Octal | 313 | 150 | 210 | 0 | 61 | 41 | 24 | 525 | 61 | 74 |
| Binary | 11001011 | 1101000 | 10001000 | 0 | 110001 | 100001 | 10100 | 101010101 | 110001 | 111100 |
Color Harmonies of #CB6888
Complementary color
Monochromatic Colors of #CB6888
Black with #CB6888
Text Example
Text Example
White with #CB6888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6888; }
p { color: rgb(203,104,136); }
H1.HeaderClassName
{
color: #CB6888;
}
.AnyTagClassName
{
color: #CB6888;
}
</style>
background-color css
<style>
a { background-color: #CB6888; }
a { background-color: rgb(203,104,136); }
div.DivClassName
{
background-color: #CB6888;
}
.BgClassName
{
background-color: #CB6888;
}
</style>
border-color css
<style>
span { border-color: #CB6888; }
span { border-color: rgb(203,104,136); }
td.TdClassName
{
border-color: #CB6888;
}
.TagClassName
{
border-color: #CB6888;
}
</style>