Shades of Hopbush #CB7093
Tints of Hopbush #CB7093
RGB
CMYK
RGB Variations
Color information
#CB7093 (or 0xCB7093) is known color: Hopbush. HEX triplet: CB, 70 and 93. RGB value is (203,112,147). Sum of RGB (Red+Green+Blue) = 203+112+147=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7093 is #348F6C. Grayscale: #8F8F8F. Windows color (decimal): -3444589 or 9662667. OLE color: 9662667.
HSL color Cylindrical-coordinate representation of color #CB7093: hue angle of 336.92º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB7093 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 112 | 147 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.20 |
| HSL | 336.92º | 0.47% | 0.62% | - |
| HSV(B) | 336.92º | 0.45% | 0.8% | - |
| XYZ | 35.69 | 26.39 | 30.82 | - |
| YUV | 143.2 | 130.15 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 147 | 0 | 0.45 | 0.28 | 0.20 | 336.92 | 0.47 | 0.62 |
| Hex | CB | 70 | 93 | 0 | 2D | 1C | 14 | 151 | 2F | 3E |
| Octal | 313 | 160 | 223 | 0 | 55 | 34 | 24 | 521 | 57 | 76 |
| Binary | 11001011 | 1110000 | 10010011 | 0 | 101101 | 11100 | 10100 | 101010001 | 101111 | 111110 |
Color Harmonies of #CB7093
Complementary color
Monochromatic Colors of #CB7093
Black with #CB7093
Text Example
Text Example
White with #CB7093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7093; }
p { color: rgb(203,112,147); }
H1.HeaderClassName
{
color: #CB7093;
}
.AnyTagClassName
{
color: #CB7093;
}
</style>
background-color css
<style>
a { background-color: #CB7093; }
a { background-color: rgb(203,112,147); }
div.DivClassName
{
background-color: #CB7093;
}
.BgClassName
{
background-color: #CB7093;
}
</style>
border-color css
<style>
span { border-color: #CB7093; }
span { border-color: rgb(203,112,147); }
td.TdClassName
{
border-color: #CB7093;
}
.TagClassName
{
border-color: #CB7093;
}
</style>