Shades of Hopbush #CB6285
Tints of Hopbush #CB6285
RGB
CMYK
RGB Variations
Color information
#CB6285 (or 0xCB6285) is known color: Hopbush. HEX triplet: CB, 62 and 85. RGB value is (203,98,133). Sum of RGB (Red+Green+Blue) = 203+98+133=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6285 is #349D7A. Grayscale: #858585. Windows color (decimal): -3448187 or 8741579. OLE color: 8741579.
HSL color Cylindrical-coordinate representation of color #CB6285: hue angle of 340º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB6285 is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 133 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.20 |
| HSL | 340º | 0.5% | 0.59% | - |
| HSV(B) | 340º | 0.52% | 0.8% | - |
| XYZ | 33.23 | 23.13 | 24.9 | - |
| YUV | 133.39 | 127.79 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 133 | 0 | 0.52 | 0.34 | 0.20 | 340 | 0.5 | 0.59 |
| Hex | CB | 62 | 85 | 0 | 34 | 22 | 14 | 154 | 32 | 3B |
| Octal | 313 | 142 | 205 | 0 | 64 | 42 | 24 | 524 | 62 | 73 |
| Binary | 11001011 | 1100010 | 10000101 | 0 | 110100 | 100010 | 10100 | 101010100 | 110010 | 111011 |
Color Harmonies of #CB6285
Complementary color
Monochromatic Colors of #CB6285
Black with #CB6285
Text Example
Text Example
White with #CB6285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6285; }
p { color: rgb(203,98,133); }
H1.HeaderClassName
{
color: #CB6285;
}
.AnyTagClassName
{
color: #CB6285;
}
</style>
background-color css
<style>
a { background-color: #CB6285; }
a { background-color: rgb(203,98,133); }
div.DivClassName
{
background-color: #CB6285;
}
.BgClassName
{
background-color: #CB6285;
}
</style>
border-color css
<style>
span { border-color: #CB6285; }
span { border-color: rgb(203,98,133); }
td.TdClassName
{
border-color: #CB6285;
}
.TagClassName
{
border-color: #CB6285;
}
</style>