Shades of Hopbush #CB6385
Tints of Hopbush #CB6385
RGB
CMYK
RGB Variations
Color information
#CB6385 (or 0xCB6385) is known color: Hopbush. HEX triplet: CB, 63 and 85. RGB value is (203,99,133). Sum of RGB (Red+Green+Blue) = 203+99+133=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6385 is #349C7A. Grayscale: #858585. Windows color (decimal): -3447931 or 8741835. OLE color: 8741835.
HSL color Cylindrical-coordinate representation of color #CB6385: hue angle of 340.38º 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 #CB6385 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 133 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.20 |
| HSL | 340.38º | 0.5% | 0.59% | - |
| HSV(B) | 340.38º | 0.51% | 0.8% | - |
| XYZ | 33.32 | 23.31 | 24.93 | - |
| YUV | 133.97 | 127.46 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 133 | 0 | 0.51 | 0.34 | 0.20 | 340.38 | 0.5 | 0.59 |
| Hex | CB | 63 | 85 | 0 | 33 | 22 | 14 | 154 | 32 | 3B |
| Octal | 313 | 143 | 205 | 0 | 63 | 42 | 24 | 524 | 62 | 73 |
| Binary | 11001011 | 1100011 | 10000101 | 0 | 110011 | 100010 | 10100 | 101010100 | 110010 | 111011 |
Color Harmonies of #CB6385
Complementary color
Monochromatic Colors of #CB6385
Black with #CB6385
Text Example
Text Example
White with #CB6385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6385; }
p { color: rgb(203,99,133); }
H1.HeaderClassName
{
color: #CB6385;
}
.AnyTagClassName
{
color: #CB6385;
}
</style>
background-color css
<style>
a { background-color: #CB6385; }
a { background-color: rgb(203,99,133); }
div.DivClassName
{
background-color: #CB6385;
}
.BgClassName
{
background-color: #CB6385;
}
</style>
border-color css
<style>
span { border-color: #CB6385; }
span { border-color: rgb(203,99,133); }
td.TdClassName
{
border-color: #CB6385;
}
.TagClassName
{
border-color: #CB6385;
}
</style>