Shades of Hopbush #CB6388
Tints of Hopbush #CB6388
RGB
CMYK
RGB Variations
Color information
#CB6388 (or 0xCB6388) is known color: Hopbush. HEX triplet: CB, 63 and 88. RGB value is (203,99,136). Sum of RGB (Red+Green+Blue) = 203+99+136=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6388 is #349C77. Grayscale: #868686. Windows color (decimal): -3447928 or 8938443. OLE color: 8938443.
HSL color Cylindrical-coordinate representation of color #CB6388: hue angle of 338.65º 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 #CB6388 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 136 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.20 |
| HSL | 338.65º | 0.5% | 0.59% | - |
| HSV(B) | 338.65º | 0.51% | 0.8% | - |
| XYZ | 33.53 | 23.4 | 26.04 | - |
| YUV | 134.31 | 128.96 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 136 | 0 | 0.51 | 0.33 | 0.20 | 338.65 | 0.5 | 0.59 |
| Hex | CB | 63 | 88 | 0 | 33 | 21 | 14 | 153 | 32 | 3B |
| Octal | 313 | 143 | 210 | 0 | 63 | 41 | 24 | 523 | 62 | 73 |
| Binary | 11001011 | 1100011 | 10001000 | 0 | 110011 | 100001 | 10100 | 101010011 | 110010 | 111011 |
Color Harmonies of #CB6388
Complementary color
Monochromatic Colors of #CB6388
Black with #CB6388
Text Example
Text Example
White with #CB6388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6388; }
p { color: rgb(203,99,136); }
H1.HeaderClassName
{
color: #CB6388;
}
.AnyTagClassName
{
color: #CB6388;
}
</style>
background-color css
<style>
a { background-color: #CB6388; }
a { background-color: rgb(203,99,136); }
div.DivClassName
{
background-color: #CB6388;
}
.BgClassName
{
background-color: #CB6388;
}
</style>
border-color css
<style>
span { border-color: #CB6388; }
span { border-color: rgb(203,99,136); }
td.TdClassName
{
border-color: #CB6388;
}
.TagClassName
{
border-color: #CB6388;
}
</style>