Shades of Hopbush #CE6CA0
Tints of Hopbush #CE6CA0
RGB
CMYK
RGB Variations
Color information
#CE6CA0 (or 0xCE6CA0) is known color: Hopbush. HEX triplet: CE, 6C and A0. RGB value is (206,108,160). Sum of RGB (Red+Green+Blue) = 206+108+160=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6CA0 is #31935F. Grayscale: #8F8F8F. Windows color (decimal): -3248992 or 10513614. OLE color: 10513614.
HSL color Cylindrical-coordinate representation of color #CE6CA0: hue angle of 328.16º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE6CA0 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 108 | 160 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.19 |
| HSL | 328.16º | 0.5% | 0.62% | - |
| HSV(B) | 328.16º | 0.48% | 0.81% | - |
| XYZ | 37.16 | 26.39 | 36.39 | - |
| YUV | 143.23 | 137.47 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 160 | 0 | 0.48 | 0.22 | 0.19 | 328.16 | 0.5 | 0.62 |
| Hex | CE | 6C | A0 | 0 | 30 | 16 | 13 | 148 | 32 | 3E |
| Octal | 316 | 154 | 240 | 0 | 60 | 26 | 23 | 510 | 62 | 76 |
| Binary | 11001110 | 1101100 | 10100000 | 0 | 110000 | 10110 | 10011 | 101001000 | 110010 | 111110 |
Color Harmonies of #CE6CA0
Complementary color
Monochromatic Colors of #CE6CA0
Black with #CE6CA0
Text Example
Text Example
White with #CE6CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6CA0; }
p { color: rgb(206,108,160); }
H1.HeaderClassName
{
color: #CE6CA0;
}
.AnyTagClassName
{
color: #CE6CA0;
}
</style>
background-color css
<style>
a { background-color: #CE6CA0; }
a { background-color: rgb(206,108,160); }
div.DivClassName
{
background-color: #CE6CA0;
}
.BgClassName
{
background-color: #CE6CA0;
}
</style>
border-color css
<style>
span { border-color: #CE6CA0; }
span { border-color: rgb(206,108,160); }
td.TdClassName
{
border-color: #CE6CA0;
}
.TagClassName
{
border-color: #CE6CA0;
}
</style>