Shades of Hopbush #CE6BA8
Tints of Hopbush #CE6BA8
RGB
CMYK
RGB Variations
Color information
#CE6BA8 (or 0xCE6BA8) is known color: Hopbush. HEX triplet: CE, 6B and A8. RGB value is (206,107,168). Sum of RGB (Red+Green+Blue) = 206+107+168=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6BA8 is #319457. Grayscale: #8F8F8F. Windows color (decimal): -3249240 or 11037646. OLE color: 11037646.
HSL color Cylindrical-coordinate representation of color #CE6BA8: hue angle of 323.03º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE6BA8 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 107 | 168 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.19 |
| HSL | 323.03º | 0.5% | 0.61% | - |
| HSV(B) | 323.03º | 0.48% | 0.81% | - |
| XYZ | 37.78 | 26.46 | 40.16 | - |
| YUV | 143.56 | 141.8 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 107 | 168 | 0 | 0.48 | 0.18 | 0.19 | 323.03 | 0.5 | 0.61 |
| Hex | CE | 6B | A8 | 0 | 30 | 12 | 13 | 143 | 32 | 3D |
| Octal | 316 | 153 | 250 | 0 | 60 | 22 | 23 | 503 | 62 | 75 |
| Binary | 11001110 | 1101011 | 10101000 | 0 | 110000 | 10010 | 10011 | 101000011 | 110010 | 111101 |
Color Harmonies of #CE6BA8
Complementary color
Monochromatic Colors of #CE6BA8
Black with #CE6BA8
Text Example
Text Example
White with #CE6BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6BA8; }
p { color: rgb(206,107,168); }
H1.HeaderClassName
{
color: #CE6BA8;
}
.AnyTagClassName
{
color: #CE6BA8;
}
</style>
background-color css
<style>
a { background-color: #CE6BA8; }
a { background-color: rgb(206,107,168); }
div.DivClassName
{
background-color: #CE6BA8;
}
.BgClassName
{
background-color: #CE6BA8;
}
</style>
border-color css
<style>
span { border-color: #CE6BA8; }
span { border-color: rgb(206,107,168); }
td.TdClassName
{
border-color: #CE6BA8;
}
.TagClassName
{
border-color: #CE6BA8;
}
</style>