Shades of Hopbush #CE6085
Tints of Hopbush #CE6085
RGB
CMYK
RGB Variations
Color information
#CE6085 (or 0xCE6085) is known color: Hopbush. HEX triplet: CE, 60 and 85. RGB value is (206,96,133). Sum of RGB (Red+Green+Blue) = 206+96+133=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6085 is #319F7A. Grayscale: #858585. Windows color (decimal): -3252091 or 8741070. OLE color: 8741070.
HSL color Cylindrical-coordinate representation of color #CE6085: hue angle of 339.82º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE6085 is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 133 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.19 |
| HSL | 339.82º | 0.53% | 0.59% | - |
| HSV(B) | 339.82º | 0.53% | 0.81% | - |
| XYZ | 33.87 | 23.18 | 24.88 | - |
| YUV | 133.11 | 127.94 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 133 | 0 | 0.53 | 0.35 | 0.19 | 339.82 | 0.53 | 0.59 |
| Hex | CE | 60 | 85 | 0 | 35 | 23 | 13 | 154 | 35 | 3B |
| Octal | 316 | 140 | 205 | 0 | 65 | 43 | 23 | 524 | 65 | 73 |
| Binary | 11001110 | 1100000 | 10000101 | 0 | 110101 | 100011 | 10011 | 101010100 | 110101 | 111011 |
Color Harmonies of #CE6085
Complementary color
Monochromatic Colors of #CE6085
Black with #CE6085
Text Example
Text Example
White with #CE6085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6085; }
p { color: rgb(206,96,133); }
H1.HeaderClassName
{
color: #CE6085;
}
.AnyTagClassName
{
color: #CE6085;
}
</style>
background-color css
<style>
a { background-color: #CE6085; }
a { background-color: rgb(206,96,133); }
div.DivClassName
{
background-color: #CE6085;
}
.BgClassName
{
background-color: #CE6085;
}
</style>
border-color css
<style>
span { border-color: #CE6085; }
span { border-color: rgb(206,96,133); }
td.TdClassName
{
border-color: #CE6085;
}
.TagClassName
{
border-color: #CE6085;
}
</style>