Shades of Hopbush #CE6F9A
Tints of Hopbush #CE6F9A
RGB
CMYK
RGB Variations
Color information
#CE6F9A (or 0xCE6F9A) is known color: Hopbush. HEX triplet: CE, 6F and 9A. RGB value is (206,111,154). Sum of RGB (Red+Green+Blue) = 206+111+154=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6F9A is #319065. Grayscale: #909090. Windows color (decimal): -3248230 or 10121166. OLE color: 10121166.
HSL color Cylindrical-coordinate representation of color #CE6F9A: hue angle of 332.84º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE6F9A is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 111 | 154 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.19 |
| HSL | 332.84º | 0.49% | 0.62% | - |
| HSV(B) | 332.84º | 0.46% | 0.81% | - |
| XYZ | 36.97 | 26.82 | 33.8 | - |
| YUV | 144.31 | 133.47 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 154 | 0 | 0.46 | 0.25 | 0.19 | 332.84 | 0.49 | 0.62 |
| Hex | CE | 6F | 9A | 0 | 2E | 19 | 13 | 14D | 31 | 3E |
| Octal | 316 | 157 | 232 | 0 | 56 | 31 | 23 | 515 | 61 | 76 |
| Binary | 11001110 | 1101111 | 10011010 | 0 | 101110 | 11001 | 10011 | 101001101 | 110001 | 111110 |
Color Harmonies of #CE6F9A
Complementary color
Monochromatic Colors of #CE6F9A
Black with #CE6F9A
Text Example
Text Example
White with #CE6F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6F9A; }
p { color: rgb(206,111,154); }
H1.HeaderClassName
{
color: #CE6F9A;
}
.AnyTagClassName
{
color: #CE6F9A;
}
</style>
background-color css
<style>
a { background-color: #CE6F9A; }
a { background-color: rgb(206,111,154); }
div.DivClassName
{
background-color: #CE6F9A;
}
.BgClassName
{
background-color: #CE6F9A;
}
</style>
border-color css
<style>
span { border-color: #CE6F9A; }
span { border-color: rgb(206,111,154); }
td.TdClassName
{
border-color: #CE6F9A;
}
.TagClassName
{
border-color: #CE6F9A;
}
</style>