Shades of Hopbush #CB7BAE
Tints of Hopbush #CB7BAE
RGB
CMYK
RGB Variations
Color information
#CB7BAE (or 0xCB7BAE) is known color: Hopbush. HEX triplet: CB, 7B and AE. RGB value is (203,123,174). Sum of RGB (Red+Green+Blue) = 203+123+174=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 123 (48.44% from 255 or 24.6% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7BAE is #348451. Grayscale: #989898. Windows color (decimal): -3441746 or 11434955. OLE color: 11434955.
HSL color Cylindrical-coordinate representation of color #CB7BAE: hue angle of 321.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB7BAE is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 123 | 174 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.20 |
| HSL | 321.75º | 0.43% | 0.64% | - |
| HSV(B) | 321.75º | 0.39% | 0.8% | - |
| XYZ | 39.35 | 29.92 | 43.75 | - |
| YUV | 152.73 | 140 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 174 | 0 | 0.39 | 0.14 | 0.20 | 321.75 | 0.43 | 0.64 |
| Hex | CB | 7B | AE | 0 | 27 | E | 14 | 142 | 2B | 40 |
| Octal | 313 | 173 | 256 | 0 | 47 | 16 | 24 | 502 | 53 | 100 |
| Binary | 11001011 | 1111011 | 10101110 | 0 | 100111 | 1110 | 10100 | 101000010 | 101011 | 1000000 |
Color Harmonies of #CB7BAE
Complementary color
Monochromatic Colors of #CB7BAE
Black with #CB7BAE
Text Example
Text Example
White with #CB7BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7BAE; }
p { color: rgb(203,123,174); }
H1.HeaderClassName
{
color: #CB7BAE;
}
.AnyTagClassName
{
color: #CB7BAE;
}
</style>
background-color css
<style>
a { background-color: #CB7BAE; }
a { background-color: rgb(203,123,174); }
div.DivClassName
{
background-color: #CB7BAE;
}
.BgClassName
{
background-color: #CB7BAE;
}
</style>
border-color css
<style>
span { border-color: #CB7BAE; }
span { border-color: rgb(203,123,174); }
td.TdClassName
{
border-color: #CB7BAE;
}
.TagClassName
{
border-color: #CB7BAE;
}
</style>