Shades of Hopbush #CE698C
Tints of Hopbush #CE698C
RGB
CMYK
RGB Variations
Color information
#CE698C (or 0xCE698C) is known color: Hopbush. HEX triplet: CE, 69 and 8C. RGB value is (206,105,140). Sum of RGB (Red+Green+Blue) = 206+105+140=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE698C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE698C is #319673. Grayscale: #8B8B8B. Windows color (decimal): -3249780 or 9202126. OLE color: 9202126.
HSL color Cylindrical-coordinate representation of color #CE698C: hue angle of 339.21º 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 #CE698C is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 140 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.19 |
| HSL | 339.21º | 0.51% | 0.61% | - |
| HSV(B) | 339.21º | 0.49% | 0.81% | - |
| XYZ | 35.24 | 25.12 | 27.8 | - |
| YUV | 139.19 | 128.46 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 140 | 0 | 0.49 | 0.32 | 0.19 | 339.21 | 0.51 | 0.61 |
| Hex | CE | 69 | 8C | 0 | 31 | 20 | 13 | 153 | 33 | 3D |
| Octal | 316 | 151 | 214 | 0 | 61 | 40 | 23 | 523 | 63 | 75 |
| Binary | 11001110 | 1101001 | 10001100 | 0 | 110001 | 100000 | 10011 | 101010011 | 110011 | 111101 |
Color Harmonies of #CE698C
Complementary color
Monochromatic Colors of #CE698C
Black with #CE698C
Text Example
Text Example
White with #CE698C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE698C; }
p { color: rgb(206,105,140); }
H1.HeaderClassName
{
color: #CE698C;
}
.AnyTagClassName
{
color: #CE698C;
}
</style>
background-color css
<style>
a { background-color: #CE698C; }
a { background-color: rgb(206,105,140); }
div.DivClassName
{
background-color: #CE698C;
}
.BgClassName
{
background-color: #CE698C;
}
</style>
border-color css
<style>
span { border-color: #CE698C; }
span { border-color: rgb(206,105,140); }
td.TdClassName
{
border-color: #CE698C;
}
.TagClassName
{
border-color: #CE698C;
}
</style>