Shades of Hopbush #CB71A7
Tints of Hopbush #CB71A7
RGB
CMYK
RGB Variations
Color information
#CB71A7 (or 0xCB71A7) is known color: Hopbush. HEX triplet: CB, 71 and A7. RGB value is (203,113,167). Sum of RGB (Red+Green+Blue) = 203+113+167=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 167 (65.62% from 255 or 34.58% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CB71A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB71A7 is #348E58. Grayscale: #919191. Windows color (decimal): -3444313 or 10973643. OLE color: 10973643.
HSL color Cylindrical-coordinate representation of color #CB71A7: hue angle of 324º 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 #CB71A7 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 167 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.20 |
| HSL | 324º | 0.46% | 0.62% | - |
| HSV(B) | 324º | 0.44% | 0.8% | - |
| XYZ | 37.51 | 27.3 | 39.85 | - |
| YUV | 146.07 | 139.82 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 167 | 0 | 0.44 | 0.18 | 0.20 | 324 | 0.46 | 0.62 |
| Hex | CB | 71 | A7 | 0 | 2C | 12 | 14 | 144 | 2E | 3E |
| Octal | 313 | 161 | 247 | 0 | 54 | 22 | 24 | 504 | 56 | 76 |
| Binary | 11001011 | 1110001 | 10100111 | 0 | 101100 | 10010 | 10100 | 101000100 | 101110 | 111110 |
Color Harmonies of #CB71A7
Complementary color
Monochromatic Colors of #CB71A7
Black with #CB71A7
Text Example
Text Example
White with #CB71A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB71A7; }
p { color: rgb(203,113,167); }
H1.HeaderClassName
{
color: #CB71A7;
}
.AnyTagClassName
{
color: #CB71A7;
}
</style>
background-color css
<style>
a { background-color: #CB71A7; }
a { background-color: rgb(203,113,167); }
div.DivClassName
{
background-color: #CB71A7;
}
.BgClassName
{
background-color: #CB71A7;
}
</style>
border-color css
<style>
span { border-color: #CB71A7; }
span { border-color: rgb(203,113,167); }
td.TdClassName
{
border-color: #CB71A7;
}
.TagClassName
{
border-color: #CB71A7;
}
</style>