Shades of Hopbush #CE6995
Tints of Hopbush #CE6995
RGB
CMYK
RGB Variations
Color information
#CE6995 (or 0xCE6995) is known color: Hopbush. HEX triplet: CE, 69 and 95. RGB value is (206,105,149). Sum of RGB (Red+Green+Blue) = 206+105+149=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 149 (58.59% from 255 or 32.39% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6995 is #31966A. Grayscale: #8C8C8C. Windows color (decimal): -3249771 or 9791950. OLE color: 9791950.
HSL color Cylindrical-coordinate representation of color #CE6995: hue angle of 333.86º 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 #CE6995 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 149 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.19 |
| HSL | 333.86º | 0.51% | 0.61% | - |
| HSV(B) | 333.86º | 0.49% | 0.81% | - |
| XYZ | 35.93 | 25.39 | 31.44 | - |
| YUV | 140.22 | 132.96 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 149 | 0 | 0.49 | 0.28 | 0.19 | 333.86 | 0.51 | 0.61 |
| Hex | CE | 69 | 95 | 0 | 31 | 1C | 13 | 14E | 33 | 3D |
| Octal | 316 | 151 | 225 | 0 | 61 | 34 | 23 | 516 | 63 | 75 |
| Binary | 11001110 | 1101001 | 10010101 | 0 | 110001 | 11100 | 10011 | 101001110 | 110011 | 111101 |
Color Harmonies of #CE6995
Complementary color
Monochromatic Colors of #CE6995
Black with #CE6995
Text Example
Text Example
White with #CE6995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6995; }
p { color: rgb(206,105,149); }
H1.HeaderClassName
{
color: #CE6995;
}
.AnyTagClassName
{
color: #CE6995;
}
</style>
background-color css
<style>
a { background-color: #CE6995; }
a { background-color: rgb(206,105,149); }
div.DivClassName
{
background-color: #CE6995;
}
.BgClassName
{
background-color: #CE6995;
}
</style>
border-color css
<style>
span { border-color: #CE6995; }
span { border-color: rgb(206,105,149); }
td.TdClassName
{
border-color: #CE6995;
}
.TagClassName
{
border-color: #CE6995;
}
</style>