Shades of Hopbush #CB6384
Tints of Hopbush #CB6384
RGB
CMYK
RGB Variations
Color information
#CB6384 (or 0xCB6384) is known color: Hopbush. HEX triplet: CB, 63 and 84. RGB value is (203,99,132). Sum of RGB (Red+Green+Blue) = 203+99+132=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6384 is #349C7B. Grayscale: #858585. Windows color (decimal): -3447932 or 8676299. OLE color: 8676299.
HSL color Cylindrical-coordinate representation of color #CB6384: hue angle of 340.96º 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 #CB6384 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 132 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.20 |
| HSL | 340.96º | 0.5% | 0.59% | - |
| HSV(B) | 340.96º | 0.51% | 0.8% | - |
| XYZ | 33.26 | 23.29 | 24.57 | - |
| YUV | 133.86 | 126.96 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 132 | 0 | 0.51 | 0.35 | 0.20 | 340.96 | 0.5 | 0.59 |
| Hex | CB | 63 | 84 | 0 | 33 | 23 | 14 | 155 | 32 | 3B |
| Octal | 313 | 143 | 204 | 0 | 63 | 43 | 24 | 525 | 62 | 73 |
| Binary | 11001011 | 1100011 | 10000100 | 0 | 110011 | 100011 | 10100 | 101010101 | 110010 | 111011 |
Color Harmonies of #CB6384
Complementary color
Monochromatic Colors of #CB6384
Black with #CB6384
Text Example
Text Example
White with #CB6384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6384; }
p { color: rgb(203,99,132); }
H1.HeaderClassName
{
color: #CB6384;
}
.AnyTagClassName
{
color: #CB6384;
}
</style>
background-color css
<style>
a { background-color: #CB6384; }
a { background-color: rgb(203,99,132); }
div.DivClassName
{
background-color: #CB6384;
}
.BgClassName
{
background-color: #CB6384;
}
</style>
border-color css
<style>
span { border-color: #CB6384; }
span { border-color: rgb(203,99,132); }
td.TdClassName
{
border-color: #CB6384;
}
.TagClassName
{
border-color: #CB6384;
}
</style>