Shades of Hopbush #CB74AC
Tints of Hopbush #CB74AC
RGB
CMYK
RGB Variations
Color information
#CB74AC (or 0xCB74AC) is known color: Hopbush. HEX triplet: CB, 74 and AC. RGB value is (203,116,172). Sum of RGB (Red+Green+Blue) = 203+116+172=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CB74AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB74AC is #348B53. Grayscale: #949494. Windows color (decimal): -3443540 or 11302091. OLE color: 11302091.
HSL color Cylindrical-coordinate representation of color #CB74AC: hue angle of 321.38º 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 #CB74AC is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 172 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.20 |
| HSL | 321.38º | 0.46% | 0.63% | - |
| HSV(B) | 321.38º | 0.43% | 0.8% | - |
| XYZ | 38.32 | 28.17 | 42.45 | - |
| YUV | 148.4 | 141.32 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 172 | 0 | 0.43 | 0.15 | 0.20 | 321.38 | 0.46 | 0.63 |
| Hex | CB | 74 | AC | 0 | 2B | F | 14 | 141 | 2E | 3F |
| Octal | 313 | 164 | 254 | 0 | 53 | 17 | 24 | 501 | 56 | 77 |
| Binary | 11001011 | 1110100 | 10101100 | 0 | 101011 | 1111 | 10100 | 101000001 | 101110 | 111111 |
Color Harmonies of #CB74AC
Complementary color
Monochromatic Colors of #CB74AC
Black with #CB74AC
Text Example
Text Example
White with #CB74AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB74AC; }
p { color: rgb(203,116,172); }
H1.HeaderClassName
{
color: #CB74AC;
}
.AnyTagClassName
{
color: #CB74AC;
}
</style>
background-color css
<style>
a { background-color: #CB74AC; }
a { background-color: rgb(203,116,172); }
div.DivClassName
{
background-color: #CB74AC;
}
.BgClassName
{
background-color: #CB74AC;
}
</style>
border-color css
<style>
span { border-color: #CB74AC; }
span { border-color: rgb(203,116,172); }
td.TdClassName
{
border-color: #CB74AC;
}
.TagClassName
{
border-color: #CB74AC;
}
</style>