Shades of Hopbush #CE60A5
Tints of Hopbush #CE60A5
RGB
CMYK
RGB Variations
Color information
#CE60A5 (or 0xCE60A5) is known color: Hopbush. HEX triplet: CE, 60 and A5. RGB value is (206,96,165). Sum of RGB (Red+Green+Blue) = 206+96+165=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE60A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE60A5 is #319F5A. Grayscale: #888888. Windows color (decimal): -3252059 or 10838222. OLE color: 10838222.
HSL color Cylindrical-coordinate representation of color #CE60A5: hue angle of 322.36º 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 #CE60A5 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 165 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.19 |
| HSL | 322.36º | 0.53% | 0.59% | - |
| HSV(B) | 322.36º | 0.53% | 0.81% | - |
| XYZ | 36.43 | 24.2 | 38.35 | - |
| YUV | 136.76 | 143.94 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 165 | 0 | 0.53 | 0.20 | 0.19 | 322.36 | 0.53 | 0.59 |
| Hex | CE | 60 | A5 | 0 | 35 | 14 | 13 | 142 | 35 | 3B |
| Octal | 316 | 140 | 245 | 0 | 65 | 24 | 23 | 502 | 65 | 73 |
| Binary | 11001110 | 1100000 | 10100101 | 0 | 110101 | 10100 | 10011 | 101000010 | 110101 | 111011 |
Color Harmonies of #CE60A5
Complementary color
Monochromatic Colors of #CE60A5
Black with #CE60A5
Text Example
Text Example
White with #CE60A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE60A5; }
p { color: rgb(206,96,165); }
H1.HeaderClassName
{
color: #CE60A5;
}
.AnyTagClassName
{
color: #CE60A5;
}
</style>
background-color css
<style>
a { background-color: #CE60A5; }
a { background-color: rgb(206,96,165); }
div.DivClassName
{
background-color: #CE60A5;
}
.BgClassName
{
background-color: #CE60A5;
}
</style>
border-color css
<style>
span { border-color: #CE60A5; }
span { border-color: rgb(206,96,165); }
td.TdClassName
{
border-color: #CE60A5;
}
.TagClassName
{
border-color: #CE60A5;
}
</style>