Shades of Hopbush #CB71AC
Tints of Hopbush #CB71AC
RGB
CMYK
RGB Variations
Color information
#CB71AC (or 0xCB71AC) is known color: Hopbush. HEX triplet: CB, 71 and AC. RGB value is (203,113,172). Sum of RGB (Red+Green+Blue) = 203+113+172=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CB71AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB71AC is #348E53. Grayscale: #929292. Windows color (decimal): -3444308 or 11301323. OLE color: 11301323.
HSL color Cylindrical-coordinate representation of color #CB71AC: hue angle of 320.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB71AC is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 172 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.20 |
| HSL | 320.67º | 0.46% | 0.62% | - |
| HSV(B) | 320.67º | 0.44% | 0.8% | - |
| XYZ | 37.98 | 27.49 | 42.33 | - |
| YUV | 146.64 | 142.32 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 172 | 0 | 0.44 | 0.15 | 0.20 | 320.67 | 0.46 | 0.62 |
| Hex | CB | 71 | AC | 0 | 2C | F | 14 | 141 | 2E | 3E |
| Octal | 313 | 161 | 254 | 0 | 54 | 17 | 24 | 501 | 56 | 76 |
| Binary | 11001011 | 1110001 | 10101100 | 0 | 101100 | 1111 | 10100 | 101000001 | 101110 | 111110 |
Color Harmonies of #CB71AC
Complementary color
Monochromatic Colors of #CB71AC
Black with #CB71AC
Text Example
Text Example
White with #CB71AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB71AC; }
p { color: rgb(203,113,172); }
H1.HeaderClassName
{
color: #CB71AC;
}
.AnyTagClassName
{
color: #CB71AC;
}
</style>
background-color css
<style>
a { background-color: #CB71AC; }
a { background-color: rgb(203,113,172); }
div.DivClassName
{
background-color: #CB71AC;
}
.BgClassName
{
background-color: #CB71AC;
}
</style>
border-color css
<style>
span { border-color: #CB71AC; }
span { border-color: rgb(203,113,172); }
td.TdClassName
{
border-color: #CB71AC;
}
.TagClassName
{
border-color: #CB71AC;
}
</style>