Shades of Hopbush #CE698B
Tints of Hopbush #CE698B
RGB
CMYK
RGB Variations
Color information
#CE698B (or 0xCE698B) is known color: Hopbush. HEX triplet: CE, 69 and 8B. RGB value is (206,105,139). Sum of RGB (Red+Green+Blue) = 206+105+139=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CE698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE698B is #319674. Grayscale: #8B8B8B. Windows color (decimal): -3249781 or 9136590. OLE color: 9136590.
HSL color Cylindrical-coordinate representation of color #CE698B: hue angle of 339.8º 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 #CE698B is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 139 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.19 |
| HSL | 339.8º | 0.51% | 0.61% | - |
| HSV(B) | 339.8º | 0.49% | 0.81% | - |
| XYZ | 35.17 | 25.09 | 27.42 | - |
| YUV | 139.08 | 127.96 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 139 | 0 | 0.49 | 0.33 | 0.19 | 339.8 | 0.51 | 0.61 |
| Hex | CE | 69 | 8B | 0 | 31 | 21 | 13 | 154 | 33 | 3D |
| Octal | 316 | 151 | 213 | 0 | 61 | 41 | 23 | 524 | 63 | 75 |
| Binary | 11001110 | 1101001 | 10001011 | 0 | 110001 | 100001 | 10011 | 101010100 | 110011 | 111101 |
Color Harmonies of #CE698B
Complementary color
Monochromatic Colors of #CE698B
Black with #CE698B
Text Example
Text Example
White with #CE698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE698B; }
p { color: rgb(206,105,139); }
H1.HeaderClassName
{
color: #CE698B;
}
.AnyTagClassName
{
color: #CE698B;
}
</style>
background-color css
<style>
a { background-color: #CE698B; }
a { background-color: rgb(206,105,139); }
div.DivClassName
{
background-color: #CE698B;
}
.BgClassName
{
background-color: #CE698B;
}
</style>
border-color css
<style>
span { border-color: #CE698B; }
span { border-color: rgb(206,105,139); }
td.TdClassName
{
border-color: #CE698B;
}
.TagClassName
{
border-color: #CE698B;
}
</style>