Shades of Hopbush #CB6293
Tints of Hopbush #CB6293
RGB
CMYK
RGB Variations
Color information
#CB6293 (or 0xCB6293) is known color: Hopbush. HEX triplet: CB, 62 and 93. RGB value is (203,98,147). Sum of RGB (Red+Green+Blue) = 203+98+147=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 98 (38.67% from 255 or 21.88% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6293 is #349D6C. Grayscale: #868686. Windows color (decimal): -3448173 or 9659083. OLE color: 9659083.
HSL color Cylindrical-coordinate representation of color #CB6293: hue angle of 332º 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 #CB6293 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 147 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.20 |
| HSL | 332º | 0.5% | 0.59% | - |
| HSV(B) | 332º | 0.52% | 0.8% | - |
| XYZ | 34.26 | 23.54 | 30.34 | - |
| YUV | 134.98 | 134.79 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 147 | 0 | 0.52 | 0.28 | 0.20 | 332 | 0.5 | 0.59 |
| Hex | CB | 62 | 93 | 0 | 34 | 1C | 14 | 14C | 32 | 3B |
| Octal | 313 | 142 | 223 | 0 | 64 | 34 | 24 | 514 | 62 | 73 |
| Binary | 11001011 | 1100010 | 10010011 | 0 | 110100 | 11100 | 10100 | 101001100 | 110010 | 111011 |
Color Harmonies of #CB6293
Complementary color
Monochromatic Colors of #CB6293
Black with #CB6293
Text Example
Text Example
White with #CB6293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6293; }
p { color: rgb(203,98,147); }
H1.HeaderClassName
{
color: #CB6293;
}
.AnyTagClassName
{
color: #CB6293;
}
</style>
background-color css
<style>
a { background-color: #CB6293; }
a { background-color: rgb(203,98,147); }
div.DivClassName
{
background-color: #CB6293;
}
.BgClassName
{
background-color: #CB6293;
}
</style>
border-color css
<style>
span { border-color: #CB6293; }
span { border-color: rgb(203,98,147); }
td.TdClassName
{
border-color: #CB6293;
}
.TagClassName
{
border-color: #CB6293;
}
</style>