Shades of Hopbush #CB6392
Tints of Hopbush #CB6392
RGB
CMYK
RGB Variations
Color information
#CB6392 (or 0xCB6392) is known color: Hopbush. HEX triplet: CB, 63 and 92. RGB value is (203,99,146). Sum of RGB (Red+Green+Blue) = 203+99+146=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6392 is #349C6D. Grayscale: #878787. Windows color (decimal): -3447918 or 9593803. OLE color: 9593803.
HSL color Cylindrical-coordinate representation of color #CB6392: hue angle of 332.88º 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 #CB6392 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 146 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.20 |
| HSL | 332.88º | 0.5% | 0.59% | - |
| HSV(B) | 332.88º | 0.51% | 0.8% | - |
| XYZ | 34.28 | 23.7 | 29.96 | - |
| YUV | 135.45 | 133.96 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 146 | 0 | 0.51 | 0.28 | 0.20 | 332.88 | 0.5 | 0.59 |
| Hex | CB | 63 | 92 | 0 | 33 | 1C | 14 | 14D | 32 | 3B |
| Octal | 313 | 143 | 222 | 0 | 63 | 34 | 24 | 515 | 62 | 73 |
| Binary | 11001011 | 1100011 | 10010010 | 0 | 110011 | 11100 | 10100 | 101001101 | 110010 | 111011 |
Color Harmonies of #CB6392
Complementary color
Monochromatic Colors of #CB6392
Black with #CB6392
Text Example
Text Example
White with #CB6392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6392; }
p { color: rgb(203,99,146); }
H1.HeaderClassName
{
color: #CB6392;
}
.AnyTagClassName
{
color: #CB6392;
}
</style>
background-color css
<style>
a { background-color: #CB6392; }
a { background-color: rgb(203,99,146); }
div.DivClassName
{
background-color: #CB6392;
}
.BgClassName
{
background-color: #CB6392;
}
</style>
border-color css
<style>
span { border-color: #CB6392; }
span { border-color: rgb(203,99,146); }
td.TdClassName
{
border-color: #CB6392;
}
.TagClassName
{
border-color: #CB6392;
}
</style>