Shades of Hopbush #CE7CA3
Tints of Hopbush #CE7CA3
RGB
CMYK
RGB Variations
Color information
#CE7CA3 (or 0xCE7CA3) is known color: Hopbush. HEX triplet: CE, 7C and A3. RGB value is (206,124,163). Sum of RGB (Red+Green+Blue) = 206+124+163=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 124 (48.83% from 255 or 25.15% from 493); Blue value is 163 (64.06% from 255 or 33.06% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7CA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7CA3 is #31835C. Grayscale: #989898. Windows color (decimal): -3244893 or 10714318. OLE color: 10714318.
HSL color Cylindrical-coordinate representation of color #CE7CA3: hue angle of 331.46º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE7CA3 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 124 | 163 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.19 |
| HSL | 331.46º | 0.46% | 0.65% | - |
| HSV(B) | 331.46º | 0.4% | 0.81% | - |
| XYZ | 39.27 | 30.18 | 38.41 | - |
| YUV | 152.96 | 133.67 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 124 | 163 | 0 | 0.40 | 0.21 | 0.19 | 331.46 | 0.46 | 0.65 |
| Hex | CE | 7C | A3 | 0 | 28 | 15 | 13 | 14B | 2E | 41 |
| Octal | 316 | 174 | 243 | 0 | 50 | 25 | 23 | 513 | 56 | 101 |
| Binary | 11001110 | 1111100 | 10100011 | 0 | 101000 | 10101 | 10011 | 101001011 | 101110 | 1000001 |
Color Harmonies of #CE7CA3
Complementary color
Monochromatic Colors of #CE7CA3
Black with #CE7CA3
Text Example
Text Example
White with #CE7CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7CA3; }
p { color: rgb(206,124,163); }
H1.HeaderClassName
{
color: #CE7CA3;
}
.AnyTagClassName
{
color: #CE7CA3;
}
</style>
background-color css
<style>
a { background-color: #CE7CA3; }
a { background-color: rgb(206,124,163); }
div.DivClassName
{
background-color: #CE7CA3;
}
.BgClassName
{
background-color: #CE7CA3;
}
</style>
border-color css
<style>
span { border-color: #CE7CA3; }
span { border-color: rgb(206,124,163); }
td.TdClassName
{
border-color: #CE7CA3;
}
.TagClassName
{
border-color: #CE7CA3;
}
</style>