Shades of Hopbush #CB7492
Tints of Hopbush #CB7492
RGB
CMYK
RGB Variations
Color information
#CB7492 (or 0xCB7492) is known color: Hopbush. HEX triplet: CB, 74 and 92. RGB value is (203,116,146). Sum of RGB (Red+Green+Blue) = 203+116+146=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7492 is #348B6D. Grayscale: #919191. Windows color (decimal): -3443566 or 9598155. OLE color: 9598155.
HSL color Cylindrical-coordinate representation of color #CB7492: hue angle of 339.31º 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 #CB7492 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 146 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.20 |
| HSL | 339.31º | 0.46% | 0.63% | - |
| HSV(B) | 339.31º | 0.43% | 0.8% | - |
| XYZ | 36.06 | 27.26 | 30.56 | - |
| YUV | 145.43 | 128.32 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 146 | 0 | 0.43 | 0.28 | 0.20 | 339.31 | 0.46 | 0.63 |
| Hex | CB | 74 | 92 | 0 | 2B | 1C | 14 | 153 | 2E | 3F |
| Octal | 313 | 164 | 222 | 0 | 53 | 34 | 24 | 523 | 56 | 77 |
| Binary | 11001011 | 1110100 | 10010010 | 0 | 101011 | 11100 | 10100 | 101010011 | 101110 | 111111 |
Color Harmonies of #CB7492
Complementary color
Monochromatic Colors of #CB7492
Black with #CB7492
Text Example
Text Example
White with #CB7492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7492; }
p { color: rgb(203,116,146); }
H1.HeaderClassName
{
color: #CB7492;
}
.AnyTagClassName
{
color: #CB7492;
}
</style>
background-color css
<style>
a { background-color: #CB7492; }
a { background-color: rgb(203,116,146); }
div.DivClassName
{
background-color: #CB7492;
}
.BgClassName
{
background-color: #CB7492;
}
</style>
border-color css
<style>
span { border-color: #CB7492; }
span { border-color: rgb(203,116,146); }
td.TdClassName
{
border-color: #CB7492;
}
.TagClassName
{
border-color: #CB7492;
}
</style>