Shades of Hopbush #CE6A91
Tints of Hopbush #CE6A91
RGB
CMYK
RGB Variations
Color information
#CE6A91 (or 0xCE6A91) is known color: Hopbush. HEX triplet: CE, 6A and 91. RGB value is (206,106,145). Sum of RGB (Red+Green+Blue) = 206+106+145=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 106 (41.80% from 255 or 23.19% from 457); Blue value is 145 (57.03% from 255 or 31.73% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6A91 is #31956E. Grayscale: #8C8C8C. Windows color (decimal): -3249519 or 9530062. OLE color: 9530062.
HSL color Cylindrical-coordinate representation of color #CE6A91: hue angle of 336.6º 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 #CE6A91 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 106 | 145 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.19 |
| HSL | 336.6º | 0.51% | 0.61% | - |
| HSV(B) | 336.6º | 0.49% | 0.81% | - |
| XYZ | 35.72 | 25.47 | 29.82 | - |
| YUV | 140.35 | 130.63 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 106 | 145 | 0 | 0.49 | 0.30 | 0.19 | 336.6 | 0.51 | 0.61 |
| Hex | CE | 6A | 91 | 0 | 31 | 1E | 13 | 151 | 33 | 3D |
| Octal | 316 | 152 | 221 | 0 | 61 | 36 | 23 | 521 | 63 | 75 |
| Binary | 11001110 | 1101010 | 10010001 | 0 | 110001 | 11110 | 10011 | 101010001 | 110011 | 111101 |
Color Harmonies of #CE6A91
Complementary color
Monochromatic Colors of #CE6A91
Black with #CE6A91
Text Example
Text Example
White with #CE6A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6A91; }
p { color: rgb(206,106,145); }
H1.HeaderClassName
{
color: #CE6A91;
}
.AnyTagClassName
{
color: #CE6A91;
}
</style>
background-color css
<style>
a { background-color: #CE6A91; }
a { background-color: rgb(206,106,145); }
div.DivClassName
{
background-color: #CE6A91;
}
.BgClassName
{
background-color: #CE6A91;
}
</style>
border-color css
<style>
span { border-color: #CE6A91; }
span { border-color: rgb(206,106,145); }
td.TdClassName
{
border-color: #CE6A91;
}
.TagClassName
{
border-color: #CE6A91;
}
</style>