Shades of Hopbush #CE68A0
Tints of Hopbush #CE68A0
RGB
CMYK
RGB Variations
Color information
#CE68A0 (or 0xCE68A0) is known color: Hopbush. HEX triplet: CE, 68 and A0. RGB value is (206,104,160). Sum of RGB (Red+Green+Blue) = 206+104+160=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CE68A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE68A0 is #31975F. Grayscale: #8C8C8C. Windows color (decimal): -3250016 or 10512590. OLE color: 10512590.
HSL color Cylindrical-coordinate representation of color #CE68A0: hue angle of 327.06º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE68A0 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 104 | 160 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.19 |
| HSL | 327.06º | 0.51% | 0.61% | - |
| HSV(B) | 327.06º | 0.5% | 0.81% | - |
| XYZ | 36.75 | 25.56 | 36.25 | - |
| YUV | 140.88 | 138.79 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 160 | 0 | 0.50 | 0.22 | 0.19 | 327.06 | 0.51 | 0.61 |
| Hex | CE | 68 | A0 | 0 | 32 | 16 | 13 | 147 | 33 | 3D |
| Octal | 316 | 150 | 240 | 0 | 62 | 26 | 23 | 507 | 63 | 75 |
| Binary | 11001110 | 1101000 | 10100000 | 0 | 110010 | 10110 | 10011 | 101000111 | 110011 | 111101 |
Color Harmonies of #CE68A0
Complementary color
Monochromatic Colors of #CE68A0
Black with #CE68A0
Text Example
Text Example
White with #CE68A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE68A0; }
p { color: rgb(206,104,160); }
H1.HeaderClassName
{
color: #CE68A0;
}
.AnyTagClassName
{
color: #CE68A0;
}
</style>
background-color css
<style>
a { background-color: #CE68A0; }
a { background-color: rgb(206,104,160); }
div.DivClassName
{
background-color: #CE68A0;
}
.BgClassName
{
background-color: #CE68A0;
}
</style>
border-color css
<style>
span { border-color: #CE68A0; }
span { border-color: rgb(206,104,160); }
td.TdClassName
{
border-color: #CE68A0;
}
.TagClassName
{
border-color: #CE68A0;
}
</style>