Shades of Hopbush #CB74A0
Tints of Hopbush #CB74A0
RGB
CMYK
RGB Variations
Color information
#CB74A0 (or 0xCB74A0) is known color: Hopbush. HEX triplet: CB, 74 and A0. RGB value is (203,116,160). Sum of RGB (Red+Green+Blue) = 203+116+160=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 116 (45.70% from 255 or 24.22% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CB74A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB74A0 is #348B5F. Grayscale: #929292. Windows color (decimal): -3443552 or 10515659. OLE color: 10515659.
HSL color Cylindrical-coordinate representation of color #CB74A0: hue angle of 329.66º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB74A0 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 160 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.20 |
| HSL | 329.66º | 0.46% | 0.63% | - |
| HSV(B) | 329.66º | 0.43% | 0.8% | - |
| XYZ | 37.22 | 27.73 | 36.65 | - |
| YUV | 147.03 | 135.32 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 160 | 0 | 0.43 | 0.21 | 0.20 | 329.66 | 0.46 | 0.63 |
| Hex | CB | 74 | A0 | 0 | 2B | 15 | 14 | 14A | 2E | 3F |
| Octal | 313 | 164 | 240 | 0 | 53 | 25 | 24 | 512 | 56 | 77 |
| Binary | 11001011 | 1110100 | 10100000 | 0 | 101011 | 10101 | 10100 | 101001010 | 101110 | 111111 |
Color Harmonies of #CB74A0
Complementary color
Monochromatic Colors of #CB74A0
Black with #CB74A0
Text Example
Text Example
White with #CB74A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB74A0; }
p { color: rgb(203,116,160); }
H1.HeaderClassName
{
color: #CB74A0;
}
.AnyTagClassName
{
color: #CB74A0;
}
</style>
background-color css
<style>
a { background-color: #CB74A0; }
a { background-color: rgb(203,116,160); }
div.DivClassName
{
background-color: #CB74A0;
}
.BgClassName
{
background-color: #CB74A0;
}
</style>
border-color css
<style>
span { border-color: #CB74A0; }
span { border-color: rgb(203,116,160); }
td.TdClassName
{
border-color: #CB74A0;
}
.TagClassName
{
border-color: #CB74A0;
}
</style>