Shades of Hopbush #CE67A0
Tints of Hopbush #CE67A0
RGB
CMYK
RGB Variations
Color information
#CE67A0 (or 0xCE67A0) is known color: Hopbush. HEX triplet: CE, 67 and A0. RGB value is (206,103,160). Sum of RGB (Red+Green+Blue) = 206+103+160=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 103 (40.62% from 255 or 21.96% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CE67A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE67A0 is #31985F. Grayscale: #8C8C8C. Windows color (decimal): -3250272 or 10512334. OLE color: 10512334.
HSL color Cylindrical-coordinate representation of color #CE67A0: hue angle of 326.8º 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 #CE67A0 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 103 | 160 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.19 |
| HSL | 326.8º | 0.51% | 0.61% | - |
| HSV(B) | 326.8º | 0.5% | 0.81% | - |
| XYZ | 36.65 | 25.36 | 36.22 | - |
| YUV | 140.3 | 139.12 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 103 | 160 | 0 | 0.50 | 0.22 | 0.19 | 326.8 | 0.51 | 0.61 |
| Hex | CE | 67 | A0 | 0 | 32 | 16 | 13 | 147 | 33 | 3D |
| Octal | 316 | 147 | 240 | 0 | 62 | 26 | 23 | 507 | 63 | 75 |
| Binary | 11001110 | 1100111 | 10100000 | 0 | 110010 | 10110 | 10011 | 101000111 | 110011 | 111101 |
Color Harmonies of #CE67A0
Complementary color
Monochromatic Colors of #CE67A0
Black with #CE67A0
Text Example
Text Example
White with #CE67A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE67A0; }
p { color: rgb(206,103,160); }
H1.HeaderClassName
{
color: #CE67A0;
}
.AnyTagClassName
{
color: #CE67A0;
}
</style>
background-color css
<style>
a { background-color: #CE67A0; }
a { background-color: rgb(206,103,160); }
div.DivClassName
{
background-color: #CE67A0;
}
.BgClassName
{
background-color: #CE67A0;
}
</style>
border-color css
<style>
span { border-color: #CE67A0; }
span { border-color: rgb(206,103,160); }
td.TdClassName
{
border-color: #CE67A0;
}
.TagClassName
{
border-color: #CE67A0;
}
</style>