Shades of Hopbush #CB74AD
Tints of Hopbush #CB74AD
RGB
CMYK
RGB Variations
Color information
#CB74AD (or 0xCB74AD) is known color: Hopbush. HEX triplet: CB, 74 and AD. RGB value is (203,116,173). Sum of RGB (Red+Green+Blue) = 203+116+173=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 116 (45.70% from 255 or 23.58% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CB74AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB74AD is #348B52. Grayscale: #949494. Windows color (decimal): -3443539 or 11367627. OLE color: 11367627.
HSL color Cylindrical-coordinate representation of color #CB74AD: hue angle of 320.69º 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 #CB74AD is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 173 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.20 |
| HSL | 320.69º | 0.46% | 0.63% | - |
| HSV(B) | 320.69º | 0.43% | 0.8% | - |
| XYZ | 38.42 | 28.2 | 42.95 | - |
| YUV | 148.51 | 141.82 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 173 | 0 | 0.43 | 0.15 | 0.20 | 320.69 | 0.46 | 0.63 |
| Hex | CB | 74 | AD | 0 | 2B | F | 14 | 141 | 2E | 3F |
| Octal | 313 | 164 | 255 | 0 | 53 | 17 | 24 | 501 | 56 | 77 |
| Binary | 11001011 | 1110100 | 10101101 | 0 | 101011 | 1111 | 10100 | 101000001 | 101110 | 111111 |
Color Harmonies of #CB74AD
Complementary color
Monochromatic Colors of #CB74AD
Black with #CB74AD
Text Example
Text Example
White with #CB74AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB74AD; }
p { color: rgb(203,116,173); }
H1.HeaderClassName
{
color: #CB74AD;
}
.AnyTagClassName
{
color: #CB74AD;
}
</style>
background-color css
<style>
a { background-color: #CB74AD; }
a { background-color: rgb(203,116,173); }
div.DivClassName
{
background-color: #CB74AD;
}
.BgClassName
{
background-color: #CB74AD;
}
</style>
border-color css
<style>
span { border-color: #CB74AD; }
span { border-color: rgb(203,116,173); }
td.TdClassName
{
border-color: #CB74AD;
}
.TagClassName
{
border-color: #CB74AD;
}
</style>