Shades of Hopbush #CB6393
Tints of Hopbush #CB6393
RGB
CMYK
RGB Variations
Color information
#CB6393 (or 0xCB6393) is known color: Hopbush. HEX triplet: CB, 63 and 93. RGB value is (203,99,147). Sum of RGB (Red+Green+Blue) = 203+99+147=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6393 is #349C6C. Grayscale: #878787. Windows color (decimal): -3447917 or 9659339. OLE color: 9659339.
HSL color Cylindrical-coordinate representation of color #CB6393: hue angle of 332.31º 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 #CB6393 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 147 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.20 |
| HSL | 332.31º | 0.5% | 0.59% | - |
| HSV(B) | 332.31º | 0.51% | 0.8% | - |
| XYZ | 34.36 | 23.73 | 30.37 | - |
| YUV | 135.57 | 134.46 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 147 | 0 | 0.51 | 0.28 | 0.20 | 332.31 | 0.5 | 0.59 |
| Hex | CB | 63 | 93 | 0 | 33 | 1C | 14 | 14C | 32 | 3B |
| Octal | 313 | 143 | 223 | 0 | 63 | 34 | 24 | 514 | 62 | 73 |
| Binary | 11001011 | 1100011 | 10010011 | 0 | 110011 | 11100 | 10100 | 101001100 | 110010 | 111011 |
Color Harmonies of #CB6393
Complementary color
Monochromatic Colors of #CB6393
Black with #CB6393
Text Example
Text Example
White with #CB6393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6393; }
p { color: rgb(203,99,147); }
H1.HeaderClassName
{
color: #CB6393;
}
.AnyTagClassName
{
color: #CB6393;
}
</style>
background-color css
<style>
a { background-color: #CB6393; }
a { background-color: rgb(203,99,147); }
div.DivClassName
{
background-color: #CB6393;
}
.BgClassName
{
background-color: #CB6393;
}
</style>
border-color css
<style>
span { border-color: #CB6393; }
span { border-color: rgb(203,99,147); }
td.TdClassName
{
border-color: #CB6393;
}
.TagClassName
{
border-color: #CB6393;
}
</style>