Shades of Hopbush #CB71A9
Tints of Hopbush #CB71A9
RGB
CMYK
RGB Variations
Color information
#CB71A9 (or 0xCB71A9) is known color: Hopbush. HEX triplet: CB, 71 and A9. RGB value is (203,113,169). Sum of RGB (Red+Green+Blue) = 203+113+169=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 169 (66.41% from 255 or 34.85% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CB71A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB71A9 is #348E56. Grayscale: #929292. Windows color (decimal): -3444311 or 11104715. OLE color: 11104715.
HSL color Cylindrical-coordinate representation of color #CB71A9: hue angle of 322.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 #CB71A9 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 169 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.20 |
| HSL | 322.67º | 0.46% | 0.62% | - |
| HSV(B) | 322.67º | 0.44% | 0.8% | - |
| XYZ | 37.7 | 27.37 | 40.83 | - |
| YUV | 146.29 | 140.82 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 169 | 0 | 0.44 | 0.17 | 0.20 | 322.67 | 0.46 | 0.62 |
| Hex | CB | 71 | A9 | 0 | 2C | 11 | 14 | 143 | 2E | 3E |
| Octal | 313 | 161 | 251 | 0 | 54 | 21 | 24 | 503 | 56 | 76 |
| Binary | 11001011 | 1110001 | 10101001 | 0 | 101100 | 10001 | 10100 | 101000011 | 101110 | 111110 |
Color Harmonies of #CB71A9
Complementary color
Monochromatic Colors of #CB71A9
Black with #CB71A9
Text Example
Text Example
White with #CB71A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB71A9; }
p { color: rgb(203,113,169); }
H1.HeaderClassName
{
color: #CB71A9;
}
.AnyTagClassName
{
color: #CB71A9;
}
</style>
background-color css
<style>
a { background-color: #CB71A9; }
a { background-color: rgb(203,113,169); }
div.DivClassName
{
background-color: #CB71A9;
}
.BgClassName
{
background-color: #CB71A9;
}
</style>
border-color css
<style>
span { border-color: #CB71A9; }
span { border-color: rgb(203,113,169); }
td.TdClassName
{
border-color: #CB71A9;
}
.TagClassName
{
border-color: #CB71A9;
}
</style>