Shades of Hopbush #CE69A8
Tints of Hopbush #CE69A8
RGB
CMYK
RGB Variations
Color information
#CE69A8 (or 0xCE69A8) is known color: Hopbush. HEX triplet: CE, 69 and A8. RGB value is (206,105,168). Sum of RGB (Red+Green+Blue) = 206+105+168=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CE69A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE69A8 is #319657. Grayscale: #8E8E8E. Windows color (decimal): -3249752 or 11037134. OLE color: 11037134.
HSL color Cylindrical-coordinate representation of color #CE69A8: hue angle of 322.57º 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 #CE69A8 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 168 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.19 |
| HSL | 322.57º | 0.51% | 0.61% | - |
| HSV(B) | 322.57º | 0.49% | 0.81% | - |
| XYZ | 37.57 | 26.05 | 40.09 | - |
| YUV | 142.38 | 142.46 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 168 | 0 | 0.49 | 0.18 | 0.19 | 322.57 | 0.51 | 0.61 |
| Hex | CE | 69 | A8 | 0 | 31 | 12 | 13 | 143 | 33 | 3D |
| Octal | 316 | 151 | 250 | 0 | 61 | 22 | 23 | 503 | 63 | 75 |
| Binary | 11001110 | 1101001 | 10101000 | 0 | 110001 | 10010 | 10011 | 101000011 | 110011 | 111101 |
Color Harmonies of #CE69A8
Complementary color
Monochromatic Colors of #CE69A8
Black with #CE69A8
Text Example
Text Example
White with #CE69A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE69A8; }
p { color: rgb(206,105,168); }
H1.HeaderClassName
{
color: #CE69A8;
}
.AnyTagClassName
{
color: #CE69A8;
}
</style>
background-color css
<style>
a { background-color: #CE69A8; }
a { background-color: rgb(206,105,168); }
div.DivClassName
{
background-color: #CE69A8;
}
.BgClassName
{
background-color: #CE69A8;
}
</style>
border-color css
<style>
span { border-color: #CE69A8; }
span { border-color: rgb(206,105,168); }
td.TdClassName
{
border-color: #CE69A8;
}
.TagClassName
{
border-color: #CE69A8;
}
</style>