Shades of Hopbush #CE7BAF
Tints of Hopbush #CE7BAF
RGB
CMYK
RGB Variations
Color information
#CE7BAF (or 0xCE7BAF) is known color: Hopbush. HEX triplet: CE, 7B and AF. RGB value is (206,123,175). Sum of RGB (Red+Green+Blue) = 206+123+175=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7BAF is #318450. Grayscale: #999999. Windows color (decimal): -3245137 or 11500494. OLE color: 11500494.
HSL color Cylindrical-coordinate representation of color #CE7BAF: hue angle of 322.41º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE7BAF is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 123 | 175 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.19 |
| HSL | 322.41º | 0.46% | 0.65% | - |
| HSV(B) | 322.41º | 0.4% | 0.81% | - |
| XYZ | 40.27 | 30.38 | 44.3 | - |
| YUV | 153.75 | 140 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 175 | 0 | 0.40 | 0.15 | 0.19 | 322.41 | 0.46 | 0.65 |
| Hex | CE | 7B | AF | 0 | 28 | F | 13 | 142 | 2E | 41 |
| Octal | 316 | 173 | 257 | 0 | 50 | 17 | 23 | 502 | 56 | 101 |
| Binary | 11001110 | 1111011 | 10101111 | 0 | 101000 | 1111 | 10011 | 101000010 | 101110 | 1000001 |
Color Harmonies of #CE7BAF
Complementary color
Monochromatic Colors of #CE7BAF
Black with #CE7BAF
Text Example
Text Example
White with #CE7BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7BAF; }
p { color: rgb(206,123,175); }
H1.HeaderClassName
{
color: #CE7BAF;
}
.AnyTagClassName
{
color: #CE7BAF;
}
</style>
background-color css
<style>
a { background-color: #CE7BAF; }
a { background-color: rgb(206,123,175); }
div.DivClassName
{
background-color: #CE7BAF;
}
.BgClassName
{
background-color: #CE7BAF;
}
</style>
border-color css
<style>
span { border-color: #CE7BAF; }
span { border-color: rgb(206,123,175); }
td.TdClassName
{
border-color: #CE7BAF;
}
.TagClassName
{
border-color: #CE7BAF;
}
</style>