Shades of Hopbush #CE7292
Tints of Hopbush #CE7292
RGB
CMYK
RGB Variations
Color information
#CE7292 (or 0xCE7292) is known color: Hopbush. HEX triplet: CE, 72 and 92. RGB value is (206,114,146). Sum of RGB (Red+Green+Blue) = 206+114+146=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7292 is #318D6D. Grayscale: #919191. Windows color (decimal): -3247470 or 9597646. OLE color: 9597646.
HSL color Cylindrical-coordinate representation of color #CE7292: hue angle of 339.13º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE7292 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 114 | 146 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.19 |
| HSL | 339.13º | 0.48% | 0.63% | - |
| HSV(B) | 339.13º | 0.45% | 0.81% | - |
| XYZ | 36.66 | 27.23 | 30.52 | - |
| YUV | 145.16 | 128.48 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 114 | 146 | 0 | 0.45 | 0.29 | 0.19 | 339.13 | 0.48 | 0.63 |
| Hex | CE | 72 | 92 | 0 | 2D | 1D | 13 | 153 | 30 | 3F |
| Octal | 316 | 162 | 222 | 0 | 55 | 35 | 23 | 523 | 60 | 77 |
| Binary | 11001110 | 1110010 | 10010010 | 0 | 101101 | 11101 | 10011 | 101010011 | 110000 | 111111 |
Color Harmonies of #CE7292
Complementary color
Monochromatic Colors of #CE7292
Black with #CE7292
Text Example
Text Example
White with #CE7292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7292; }
p { color: rgb(206,114,146); }
H1.HeaderClassName
{
color: #CE7292;
}
.AnyTagClassName
{
color: #CE7292;
}
</style>
background-color css
<style>
a { background-color: #CE7292; }
a { background-color: rgb(206,114,146); }
div.DivClassName
{
background-color: #CE7292;
}
.BgClassName
{
background-color: #CE7292;
}
</style>
border-color css
<style>
span { border-color: #CE7292; }
span { border-color: rgb(206,114,146); }
td.TdClassName
{
border-color: #CE7292;
}
.TagClassName
{
border-color: #CE7292;
}
</style>