Shades of Hopbush #CE799B
Tints of Hopbush #CE799B
RGB
CMYK
RGB Variations
Color information
#CE799B (or 0xCE799B) is known color: Hopbush. HEX triplet: CE, 79 and 9B. RGB value is (206,121,155). Sum of RGB (Red+Green+Blue) = 206+121+155=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 121 (47.66% from 255 or 25.10% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CE799B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE799B is #318664. Grayscale: #969696. Windows color (decimal): -3245669 or 10189262. OLE color: 10189262.
HSL color Cylindrical-coordinate representation of color #CE799B: hue angle of 336º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE799B is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 121 | 155 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.19 |
| HSL | 336º | 0.46% | 0.64% | - |
| HSV(B) | 336º | 0.41% | 0.81% | - |
| XYZ | 38.21 | 29.16 | 34.63 | - |
| YUV | 150.29 | 130.66 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 155 | 0 | 0.41 | 0.25 | 0.19 | 336 | 0.46 | 0.64 |
| Hex | CE | 79 | 9B | 0 | 29 | 19 | 13 | 150 | 2E | 40 |
| Octal | 316 | 171 | 233 | 0 | 51 | 31 | 23 | 520 | 56 | 100 |
| Binary | 11001110 | 1111001 | 10011011 | 0 | 101001 | 11001 | 10011 | 101010000 | 101110 | 1000000 |
Color Harmonies of #CE799B
Complementary color
Monochromatic Colors of #CE799B
Black with #CE799B
Text Example
Text Example
White with #CE799B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE799B; }
p { color: rgb(206,121,155); }
H1.HeaderClassName
{
color: #CE799B;
}
.AnyTagClassName
{
color: #CE799B;
}
</style>
background-color css
<style>
a { background-color: #CE799B; }
a { background-color: rgb(206,121,155); }
div.DivClassName
{
background-color: #CE799B;
}
.BgClassName
{
background-color: #CE799B;
}
</style>
border-color css
<style>
span { border-color: #CE799B; }
span { border-color: rgb(206,121,155); }
td.TdClassName
{
border-color: #CE799B;
}
.TagClassName
{
border-color: #CE799B;
}
</style>