Shades of Hopbush #CE6A8C
Tints of Hopbush #CE6A8C
RGB
CMYK
RGB Variations
Color information
#CE6A8C (or 0xCE6A8C) is known color: Hopbush. HEX triplet: CE, 6A and 8C. RGB value is (206,106,140). Sum of RGB (Red+Green+Blue) = 206+106+140=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 106 (41.80% from 255 or 23.45% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6A8C is #319573. Grayscale: #8B8B8B. Windows color (decimal): -3249524 or 9202382. OLE color: 9202382.
HSL color Cylindrical-coordinate representation of color #CE6A8C: hue angle of 339.6º 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 #CE6A8C is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 106 | 140 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.19 |
| HSL | 339.6º | 0.51% | 0.61% | - |
| HSV(B) | 339.6º | 0.49% | 0.81% | - |
| XYZ | 35.34 | 25.32 | 27.84 | - |
| YUV | 139.78 | 128.13 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 106 | 140 | 0 | 0.49 | 0.32 | 0.19 | 339.6 | 0.51 | 0.61 |
| Hex | CE | 6A | 8C | 0 | 31 | 20 | 13 | 154 | 33 | 3D |
| Octal | 316 | 152 | 214 | 0 | 61 | 40 | 23 | 524 | 63 | 75 |
| Binary | 11001110 | 1101010 | 10001100 | 0 | 110001 | 100000 | 10011 | 101010100 | 110011 | 111101 |
Color Harmonies of #CE6A8C
Complementary color
Monochromatic Colors of #CE6A8C
Black with #CE6A8C
Text Example
Text Example
White with #CE6A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6A8C; }
p { color: rgb(206,106,140); }
H1.HeaderClassName
{
color: #CE6A8C;
}
.AnyTagClassName
{
color: #CE6A8C;
}
</style>
background-color css
<style>
a { background-color: #CE6A8C; }
a { background-color: rgb(206,106,140); }
div.DivClassName
{
background-color: #CE6A8C;
}
.BgClassName
{
background-color: #CE6A8C;
}
</style>
border-color css
<style>
span { border-color: #CE6A8C; }
span { border-color: rgb(206,106,140); }
td.TdClassName
{
border-color: #CE6A8C;
}
.TagClassName
{
border-color: #CE6A8C;
}
</style>