Shades of Hopbush #CB70AC
Tints of Hopbush #CB70AC
RGB
CMYK
RGB Variations
Color information
#CB70AC (or 0xCB70AC) is known color: Hopbush. HEX triplet: CB, 70 and AC. RGB value is (203,112,172). Sum of RGB (Red+Green+Blue) = 203+112+172=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CB70AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB70AC is #348F53. Grayscale: #919191. Windows color (decimal): -3444564 or 11301067. OLE color: 11301067.
HSL color Cylindrical-coordinate representation of color #CB70AC: hue angle of 320.44º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB70AC is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 112 | 172 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.20 |
| HSL | 320.44º | 0.47% | 0.62% | - |
| HSV(B) | 320.44º | 0.45% | 0.8% | - |
| XYZ | 37.87 | 27.26 | 42.3 | - |
| YUV | 146.05 | 142.65 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 172 | 0 | 0.45 | 0.15 | 0.20 | 320.44 | 0.47 | 0.62 |
| Hex | CB | 70 | AC | 0 | 2D | F | 14 | 140 | 2F | 3E |
| Octal | 313 | 160 | 254 | 0 | 55 | 17 | 24 | 500 | 57 | 76 |
| Binary | 11001011 | 1110000 | 10101100 | 0 | 101101 | 1111 | 10100 | 101000000 | 101111 | 111110 |
Color Harmonies of #CB70AC
Complementary color
Monochromatic Colors of #CB70AC
Black with #CB70AC
Text Example
Text Example
White with #CB70AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB70AC; }
p { color: rgb(203,112,172); }
H1.HeaderClassName
{
color: #CB70AC;
}
.AnyTagClassName
{
color: #CB70AC;
}
</style>
background-color css
<style>
a { background-color: #CB70AC; }
a { background-color: rgb(203,112,172); }
div.DivClassName
{
background-color: #CB70AC;
}
.BgClassName
{
background-color: #CB70AC;
}
</style>
border-color css
<style>
span { border-color: #CB70AC; }
span { border-color: rgb(203,112,172); }
td.TdClassName
{
border-color: #CB70AC;
}
.TagClassName
{
border-color: #CB70AC;
}
</style>