Shades of Hopbush #CB7090
Tints of Hopbush #CB7090
RGB
CMYK
RGB Variations
Color information
#CB7090 (or 0xCB7090) is known color: Hopbush. HEX triplet: CB, 70 and 90. RGB value is (203,112,144). Sum of RGB (Red+Green+Blue) = 203+112+144=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7090 is #348F6F. Grayscale: #8E8E8E. Windows color (decimal): -3444592 or 9466059. OLE color: 9466059.
HSL color Cylindrical-coordinate representation of color #CB7090: hue angle of 338.9º 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 #CB7090 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 112 | 144 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.20 |
| HSL | 338.9º | 0.47% | 0.62% | - |
| HSV(B) | 338.9º | 0.45% | 0.8% | - |
| XYZ | 35.46 | 26.3 | 29.59 | - |
| YUV | 142.86 | 128.65 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 144 | 0 | 0.45 | 0.29 | 0.20 | 338.9 | 0.47 | 0.62 |
| Hex | CB | 70 | 90 | 0 | 2D | 1D | 14 | 153 | 2F | 3E |
| Octal | 313 | 160 | 220 | 0 | 55 | 35 | 24 | 523 | 57 | 76 |
| Binary | 11001011 | 1110000 | 10010000 | 0 | 101101 | 11101 | 10100 | 101010011 | 101111 | 111110 |
Color Harmonies of #CB7090
Complementary color
Monochromatic Colors of #CB7090
Black with #CB7090
Text Example
Text Example
White with #CB7090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7090; }
p { color: rgb(203,112,144); }
H1.HeaderClassName
{
color: #CB7090;
}
.AnyTagClassName
{
color: #CB7090;
}
</style>
background-color css
<style>
a { background-color: #CB7090; }
a { background-color: rgb(203,112,144); }
div.DivClassName
{
background-color: #CB7090;
}
.BgClassName
{
background-color: #CB7090;
}
</style>
border-color css
<style>
span { border-color: #CB7090; }
span { border-color: rgb(203,112,144); }
td.TdClassName
{
border-color: #CB7090;
}
.TagClassName
{
border-color: #CB7090;
}
</style>