Shades of Hopbush #CE6993
Tints of Hopbush #CE6993
RGB
CMYK
RGB Variations
Color information
#CE6993 (or 0xCE6993) is known color: Hopbush. HEX triplet: CE, 69 and 93. RGB value is (206,105,147). Sum of RGB (Red+Green+Blue) = 206+105+147=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6993 is #31966C. Grayscale: #8B8B8B. Windows color (decimal): -3249773 or 9660878. OLE color: 9660878.
HSL color Cylindrical-coordinate representation of color #CE6993: hue angle of 335.05º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE6993 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 147 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.19 |
| HSL | 335.05º | 0.51% | 0.61% | - |
| HSV(B) | 335.05º | 0.49% | 0.81% | - |
| XYZ | 35.77 | 25.33 | 30.61 | - |
| YUV | 139.99 | 131.96 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 147 | 0 | 0.49 | 0.29 | 0.19 | 335.05 | 0.51 | 0.61 |
| Hex | CE | 69 | 93 | 0 | 31 | 1D | 13 | 14F | 33 | 3D |
| Octal | 316 | 151 | 223 | 0 | 61 | 35 | 23 | 517 | 63 | 75 |
| Binary | 11001110 | 1101001 | 10010011 | 0 | 110001 | 11101 | 10011 | 101001111 | 110011 | 111101 |
Color Harmonies of #CE6993
Complementary color
Monochromatic Colors of #CE6993
Black with #CE6993
Text Example
Text Example
White with #CE6993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6993; }
p { color: rgb(206,105,147); }
H1.HeaderClassName
{
color: #CE6993;
}
.AnyTagClassName
{
color: #CE6993;
}
</style>
background-color css
<style>
a { background-color: #CE6993; }
a { background-color: rgb(206,105,147); }
div.DivClassName
{
background-color: #CE6993;
}
.BgClassName
{
background-color: #CE6993;
}
</style>
border-color css
<style>
span { border-color: #CE6993; }
span { border-color: rgb(206,105,147); }
td.TdClassName
{
border-color: #CE6993;
}
.TagClassName
{
border-color: #CE6993;
}
</style>