Shades of Hopbush #CB7493
Tints of Hopbush #CB7493
RGB
CMYK
RGB Variations
Color information
#CB7493 (or 0xCB7493) is known color: Hopbush. HEX triplet: CB, 74 and 93. RGB value is (203,116,147). Sum of RGB (Red+Green+Blue) = 203+116+147=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7493 is #348B6C. Grayscale: #919191. Windows color (decimal): -3443565 or 9663691. OLE color: 9663691.
HSL color Cylindrical-coordinate representation of color #CB7493: hue angle of 338.62º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB7493 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 147 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.20 |
| HSL | 338.62º | 0.46% | 0.63% | - |
| HSV(B) | 338.62º | 0.43% | 0.8% | - |
| XYZ | 36.14 | 27.29 | 30.97 | - |
| YUV | 145.55 | 128.82 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 147 | 0 | 0.43 | 0.28 | 0.20 | 338.62 | 0.46 | 0.63 |
| Hex | CB | 74 | 93 | 0 | 2B | 1C | 14 | 153 | 2E | 3F |
| Octal | 313 | 164 | 223 | 0 | 53 | 34 | 24 | 523 | 56 | 77 |
| Binary | 11001011 | 1110100 | 10010011 | 0 | 101011 | 11100 | 10100 | 101010011 | 101110 | 111111 |
Color Harmonies of #CB7493
Complementary color
Monochromatic Colors of #CB7493
Black with #CB7493
Text Example
Text Example
White with #CB7493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7493; }
p { color: rgb(203,116,147); }
H1.HeaderClassName
{
color: #CB7493;
}
.AnyTagClassName
{
color: #CB7493;
}
</style>
background-color css
<style>
a { background-color: #CB7493; }
a { background-color: rgb(203,116,147); }
div.DivClassName
{
background-color: #CB7493;
}
.BgClassName
{
background-color: #CB7493;
}
</style>
border-color css
<style>
span { border-color: #CB7493; }
span { border-color: rgb(203,116,147); }
td.TdClassName
{
border-color: #CB7493;
}
.TagClassName
{
border-color: #CB7493;
}
</style>