Shades of Hopbush #CE699B
Tints of Hopbush #CE699B
RGB
CMYK
RGB Variations
Color information
#CE699B (or 0xCE699B) is known color: Hopbush. HEX triplet: CE, 69 and 9B. RGB value is (206,105,155). Sum of RGB (Red+Green+Blue) = 206+105+155=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CE699B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE699B is #319664. Grayscale: #8C8C8C. Windows color (decimal): -3249765 or 10185166. OLE color: 10185166.
HSL color Cylindrical-coordinate representation of color #CE699B: hue angle of 330.3º 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 #CE699B is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 155 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.19 |
| HSL | 330.3º | 0.51% | 0.61% | - |
| HSV(B) | 330.3º | 0.49% | 0.81% | - |
| XYZ | 36.42 | 25.59 | 34.03 | - |
| YUV | 140.9 | 135.96 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 155 | 0 | 0.49 | 0.25 | 0.19 | 330.3 | 0.51 | 0.61 |
| Hex | CE | 69 | 9B | 0 | 31 | 19 | 13 | 14A | 33 | 3D |
| Octal | 316 | 151 | 233 | 0 | 61 | 31 | 23 | 512 | 63 | 75 |
| Binary | 11001110 | 1101001 | 10011011 | 0 | 110001 | 11001 | 10011 | 101001010 | 110011 | 111101 |
Color Harmonies of #CE699B
Complementary color
Monochromatic Colors of #CE699B
Black with #CE699B
Text Example
Text Example
White with #CE699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE699B; }
p { color: rgb(206,105,155); }
H1.HeaderClassName
{
color: #CE699B;
}
.AnyTagClassName
{
color: #CE699B;
}
</style>
background-color css
<style>
a { background-color: #CE699B; }
a { background-color: rgb(206,105,155); }
div.DivClassName
{
background-color: #CE699B;
}
.BgClassName
{
background-color: #CE699B;
}
</style>
border-color css
<style>
span { border-color: #CE699B; }
span { border-color: rgb(206,105,155); }
td.TdClassName
{
border-color: #CE699B;
}
.TagClassName
{
border-color: #CE699B;
}
</style>