Shades of Hopbush #CB6688
Tints of Hopbush #CB6688
RGB
CMYK
RGB Variations
Color information
#CB6688 (or 0xCB6688) is known color: Hopbush. HEX triplet: CB, 66 and 88. RGB value is (203,102,136). Sum of RGB (Red+Green+Blue) = 203+102+136=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6688 is #349977. Grayscale: #888888. Windows color (decimal): -3447160 or 8939211. OLE color: 8939211.
HSL color Cylindrical-coordinate representation of color #CB6688: hue angle of 339.8º degrees, saturation: 0.49, 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 #CB6688 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 136 | - |
| CMYK | 0 | 0.50 | 0.33 | 0.20 |
| HSL | 339.8º | 0.49% | 0.6% | - |
| HSV(B) | 339.8º | 0.5% | 0.8% | - |
| XYZ | 33.82 | 23.98 | 26.14 | - |
| YUV | 136.08 | 127.96 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 136 | 0 | 0.50 | 0.33 | 0.20 | 339.8 | 0.49 | 0.6 |
| Hex | CB | 66 | 88 | 0 | 32 | 21 | 14 | 154 | 31 | 3C |
| Octal | 313 | 146 | 210 | 0 | 62 | 41 | 24 | 524 | 61 | 74 |
| Binary | 11001011 | 1100110 | 10001000 | 0 | 110010 | 100001 | 10100 | 101010100 | 110001 | 111100 |
Color Harmonies of #CB6688
Complementary color
Monochromatic Colors of #CB6688
Black with #CB6688
Text Example
Text Example
White with #CB6688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6688; }
p { color: rgb(203,102,136); }
H1.HeaderClassName
{
color: #CB6688;
}
.AnyTagClassName
{
color: #CB6688;
}
</style>
background-color css
<style>
a { background-color: #CB6688; }
a { background-color: rgb(203,102,136); }
div.DivClassName
{
background-color: #CB6688;
}
.BgClassName
{
background-color: #CB6688;
}
</style>
border-color css
<style>
span { border-color: #CB6688; }
span { border-color: rgb(203,102,136); }
td.TdClassName
{
border-color: #CB6688;
}
.TagClassName
{
border-color: #CB6688;
}
</style>