Shades of Hopbush #CE6B9D
Tints of Hopbush #CE6B9D
RGB
CMYK
RGB Variations
Color information
#CE6B9D (or 0xCE6B9D) is known color: Hopbush. HEX triplet: CE, 6B and 9D. RGB value is (206,107,157). Sum of RGB (Red+Green+Blue) = 206+107+157=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 107 (42.19% from 255 or 22.77% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6B9D is #319462. Grayscale: #8E8E8E. Windows color (decimal): -3249251 or 10316750. OLE color: 10316750.
HSL color Cylindrical-coordinate representation of color #CE6B9D: hue angle of 329.7º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE6B9D is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 107 | 157 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.19 |
| HSL | 329.7º | 0.5% | 0.61% | - |
| HSV(B) | 329.7º | 0.48% | 0.81% | - |
| XYZ | 36.8 | 26.07 | 34.99 | - |
| YUV | 142.3 | 136.3 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 107 | 157 | 0 | 0.48 | 0.24 | 0.19 | 329.7 | 0.5 | 0.61 |
| Hex | CE | 6B | 9D | 0 | 30 | 18 | 13 | 14A | 32 | 3D |
| Octal | 316 | 153 | 235 | 0 | 60 | 30 | 23 | 512 | 62 | 75 |
| Binary | 11001110 | 1101011 | 10011101 | 0 | 110000 | 11000 | 10011 | 101001010 | 110010 | 111101 |
Color Harmonies of #CE6B9D
Complementary color
Monochromatic Colors of #CE6B9D
Black with #CE6B9D
Text Example
Text Example
White with #CE6B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6B9D; }
p { color: rgb(206,107,157); }
H1.HeaderClassName
{
color: #CE6B9D;
}
.AnyTagClassName
{
color: #CE6B9D;
}
</style>
background-color css
<style>
a { background-color: #CE6B9D; }
a { background-color: rgb(206,107,157); }
div.DivClassName
{
background-color: #CE6B9D;
}
.BgClassName
{
background-color: #CE6B9D;
}
</style>
border-color css
<style>
span { border-color: #CE6B9D; }
span { border-color: rgb(206,107,157); }
td.TdClassName
{
border-color: #CE6B9D;
}
.TagClassName
{
border-color: #CE6B9D;
}
</style>