Shades of Hopbush #CE6D9A
Tints of Hopbush #CE6D9A
RGB
CMYK
RGB Variations
Color information
#CE6D9A (or 0xCE6D9A) is known color: Hopbush. HEX triplet: CE, 6D and 9A. RGB value is (206,109,154). Sum of RGB (Red+Green+Blue) = 206+109+154=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6D9A is #319265. Grayscale: #8F8F8F. Windows color (decimal): -3248742 or 10120654. OLE color: 10120654.
HSL color Cylindrical-coordinate representation of color #CE6D9A: hue angle of 332.16º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE6D9A is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 109 | 154 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.19 |
| HSL | 332.16º | 0.5% | 0.62% | - |
| HSV(B) | 332.16º | 0.47% | 0.81% | - |
| XYZ | 36.75 | 26.39 | 33.73 | - |
| YUV | 143.13 | 134.14 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 109 | 154 | 0 | 0.47 | 0.25 | 0.19 | 332.16 | 0.5 | 0.62 |
| Hex | CE | 6D | 9A | 0 | 2F | 19 | 13 | 14C | 32 | 3E |
| Octal | 316 | 155 | 232 | 0 | 57 | 31 | 23 | 514 | 62 | 76 |
| Binary | 11001110 | 1101101 | 10011010 | 0 | 101111 | 11001 | 10011 | 101001100 | 110010 | 111110 |
Color Harmonies of #CE6D9A
Complementary color
Monochromatic Colors of #CE6D9A
Black with #CE6D9A
Text Example
Text Example
White with #CE6D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6D9A; }
p { color: rgb(206,109,154); }
H1.HeaderClassName
{
color: #CE6D9A;
}
.AnyTagClassName
{
color: #CE6D9A;
}
</style>
background-color css
<style>
a { background-color: #CE6D9A; }
a { background-color: rgb(206,109,154); }
div.DivClassName
{
background-color: #CE6D9A;
}
.BgClassName
{
background-color: #CE6D9A;
}
</style>
border-color css
<style>
span { border-color: #CE6D9A; }
span { border-color: rgb(206,109,154); }
td.TdClassName
{
border-color: #CE6D9A;
}
.TagClassName
{
border-color: #CE6D9A;
}
</style>