Shades of Hopbush #CB75AD
Tints of Hopbush #CB75AD
RGB
CMYK
RGB Variations
Color information
#CB75AD (or 0xCB75AD) is known color: Hopbush. HEX triplet: CB, 75 and AD. RGB value is (203,117,173). Sum of RGB (Red+Green+Blue) = 203+117+173=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 117 (46.09% from 255 or 23.73% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CB75AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB75AD is #348A52. Grayscale: #949494. Windows color (decimal): -3443283 or 11367883. OLE color: 11367883.
HSL color Cylindrical-coordinate representation of color #CB75AD: hue angle of 320.93º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB75AD is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 173 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.20 |
| HSL | 320.93º | 0.45% | 0.63% | - |
| HSV(B) | 320.93º | 0.42% | 0.8% | - |
| XYZ | 38.53 | 28.44 | 42.99 | - |
| YUV | 149.1 | 141.49 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 173 | 0 | 0.42 | 0.15 | 0.20 | 320.93 | 0.45 | 0.63 |
| Hex | CB | 75 | AD | 0 | 2A | F | 14 | 141 | 2D | 3F |
| Octal | 313 | 165 | 255 | 0 | 52 | 17 | 24 | 501 | 55 | 77 |
| Binary | 11001011 | 1110101 | 10101101 | 0 | 101010 | 1111 | 10100 | 101000001 | 101101 | 111111 |
Color Harmonies of #CB75AD
Complementary color
Monochromatic Colors of #CB75AD
Black with #CB75AD
Text Example
Text Example
White with #CB75AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB75AD; }
p { color: rgb(203,117,173); }
H1.HeaderClassName
{
color: #CB75AD;
}
.AnyTagClassName
{
color: #CB75AD;
}
</style>
background-color css
<style>
a { background-color: #CB75AD; }
a { background-color: rgb(203,117,173); }
div.DivClassName
{
background-color: #CB75AD;
}
.BgClassName
{
background-color: #CB75AD;
}
</style>
border-color css
<style>
span { border-color: #CB75AD; }
span { border-color: rgb(203,117,173); }
td.TdClassName
{
border-color: #CB75AD;
}
.TagClassName
{
border-color: #CB75AD;
}
</style>