Shades of Hopbush #CE699D
Tints of Hopbush #CE699D
RGB
CMYK
RGB Variations
Color information
#CE699D (or 0xCE699D) is known color: Hopbush. HEX triplet: CE, 69 and 9D. RGB value is (206,105,157). Sum of RGB (Red+Green+Blue) = 206+105+157=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CE699D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE699D is #319662. Grayscale: #8D8D8D. Windows color (decimal): -3249763 or 10316238. OLE color: 10316238.
HSL color Cylindrical-coordinate representation of color #CE699D: hue angle of 329.11º 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 #CE699D is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 157 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.19 |
| HSL | 329.11º | 0.51% | 0.61% | - |
| HSV(B) | 329.11º | 0.49% | 0.81% | - |
| XYZ | 36.59 | 25.66 | 34.92 | - |
| YUV | 141.13 | 136.96 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 157 | 0 | 0.49 | 0.24 | 0.19 | 329.11 | 0.51 | 0.61 |
| Hex | CE | 69 | 9D | 0 | 31 | 18 | 13 | 149 | 33 | 3D |
| Octal | 316 | 151 | 235 | 0 | 61 | 30 | 23 | 511 | 63 | 75 |
| Binary | 11001110 | 1101001 | 10011101 | 0 | 110001 | 11000 | 10011 | 101001001 | 110011 | 111101 |
Color Harmonies of #CE699D
Complementary color
Monochromatic Colors of #CE699D
Black with #CE699D
Text Example
Text Example
White with #CE699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE699D; }
p { color: rgb(206,105,157); }
H1.HeaderClassName
{
color: #CE699D;
}
.AnyTagClassName
{
color: #CE699D;
}
</style>
background-color css
<style>
a { background-color: #CE699D; }
a { background-color: rgb(206,105,157); }
div.DivClassName
{
background-color: #CE699D;
}
.BgClassName
{
background-color: #CE699D;
}
</style>
border-color css
<style>
span { border-color: #CE699D; }
span { border-color: rgb(206,105,157); }
td.TdClassName
{
border-color: #CE699D;
}
.TagClassName
{
border-color: #CE699D;
}
</style>