Shades of Hopbush #CE6D97
Tints of Hopbush #CE6D97
RGB
CMYK
RGB Variations
Color information
#CE6D97 (or 0xCE6D97) is known color: Hopbush. HEX triplet: CE, 6D and 97. RGB value is (206,109,151). Sum of RGB (Red+Green+Blue) = 206+109+151=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 151 (59.38% from 255 or 32.40% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6D97 is #319268. Grayscale: #8E8E8E. Windows color (decimal): -3248745 or 9924046. OLE color: 9924046.
HSL color Cylindrical-coordinate representation of color #CE6D97: hue angle of 334.02º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE6D97 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 109 | 151 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.19 |
| HSL | 334.02º | 0.5% | 0.62% | - |
| HSV(B) | 334.02º | 0.47% | 0.81% | - |
| XYZ | 36.51 | 26.29 | 32.43 | - |
| YUV | 142.79 | 132.64 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 109 | 151 | 0 | 0.47 | 0.27 | 0.19 | 334.02 | 0.5 | 0.62 |
| Hex | CE | 6D | 97 | 0 | 2F | 1B | 13 | 14E | 32 | 3E |
| Octal | 316 | 155 | 227 | 0 | 57 | 33 | 23 | 516 | 62 | 76 |
| Binary | 11001110 | 1101101 | 10010111 | 0 | 101111 | 11011 | 10011 | 101001110 | 110010 | 111110 |
Color Harmonies of #CE6D97
Complementary color
Monochromatic Colors of #CE6D97
Black with #CE6D97
Text Example
Text Example
White with #CE6D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6D97; }
p { color: rgb(206,109,151); }
H1.HeaderClassName
{
color: #CE6D97;
}
.AnyTagClassName
{
color: #CE6D97;
}
</style>
background-color css
<style>
a { background-color: #CE6D97; }
a { background-color: rgb(206,109,151); }
div.DivClassName
{
background-color: #CE6D97;
}
.BgClassName
{
background-color: #CE6D97;
}
</style>
border-color css
<style>
span { border-color: #CE6D97; }
span { border-color: rgb(206,109,151); }
td.TdClassName
{
border-color: #CE6D97;
}
.TagClassName
{
border-color: #CE6D97;
}
</style>