Shades of Hopbush #CE6BAE
Tints of Hopbush #CE6BAE
RGB
CMYK
RGB Variations
Color information
#CE6BAE (or 0xCE6BAE) is known color: Hopbush. HEX triplet: CE, 6B and AE. RGB value is (206,107,174). Sum of RGB (Red+Green+Blue) = 206+107+174=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 107 (42.19% from 255 or 21.97% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6BAE is #319451. Grayscale: #909090. Windows color (decimal): -3249234 or 11430862. OLE color: 11430862.
HSL color Cylindrical-coordinate representation of color #CE6BAE: hue angle of 319.39º 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 #CE6BAE is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 107 | 174 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.19 |
| HSL | 319.39º | 0.5% | 0.61% | - |
| HSV(B) | 319.39º | 0.48% | 0.81% | - |
| XYZ | 38.35 | 26.69 | 43.18 | - |
| YUV | 144.24 | 144.8 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 107 | 174 | 0 | 0.48 | 0.16 | 0.19 | 319.39 | 0.5 | 0.61 |
| Hex | CE | 6B | AE | 0 | 30 | 10 | 13 | 13F | 32 | 3D |
| Octal | 316 | 153 | 256 | 0 | 60 | 20 | 23 | 477 | 62 | 75 |
| Binary | 11001110 | 1101011 | 10101110 | 0 | 110000 | 10000 | 10011 | 100111111 | 110010 | 111101 |
Color Harmonies of #CE6BAE
Complementary color
Monochromatic Colors of #CE6BAE
Black with #CE6BAE
Text Example
Text Example
White with #CE6BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6BAE; }
p { color: rgb(206,107,174); }
H1.HeaderClassName
{
color: #CE6BAE;
}
.AnyTagClassName
{
color: #CE6BAE;
}
</style>
background-color css
<style>
a { background-color: #CE6BAE; }
a { background-color: rgb(206,107,174); }
div.DivClassName
{
background-color: #CE6BAE;
}
.BgClassName
{
background-color: #CE6BAE;
}
</style>
border-color css
<style>
span { border-color: #CE6BAE; }
span { border-color: rgb(206,107,174); }
td.TdClassName
{
border-color: #CE6BAE;
}
.TagClassName
{
border-color: #CE6BAE;
}
</style>