Shades of Hopbush #CB74AF
Tints of Hopbush #CB74AF
RGB
CMYK
RGB Variations
Color information
#CB74AF (or 0xCB74AF) is known color: Hopbush. HEX triplet: CB, 74 and AF. RGB value is (203,116,175). Sum of RGB (Red+Green+Blue) = 203+116+175=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CB74AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB74AF is #348B50. Grayscale: #949494. Windows color (decimal): -3443537 or 11498699. OLE color: 11498699.
HSL color Cylindrical-coordinate representation of color #CB74AF: hue angle of 319.31º 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 #CB74AF is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 175 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.20 |
| HSL | 319.31º | 0.46% | 0.63% | - |
| HSV(B) | 319.31º | 0.43% | 0.8% | - |
| XYZ | 38.61 | 28.28 | 43.98 | - |
| YUV | 148.74 | 142.82 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 175 | 0 | 0.43 | 0.14 | 0.20 | 319.31 | 0.46 | 0.63 |
| Hex | CB | 74 | AF | 0 | 2B | E | 14 | 13F | 2E | 3F |
| Octal | 313 | 164 | 257 | 0 | 53 | 16 | 24 | 477 | 56 | 77 |
| Binary | 11001011 | 1110100 | 10101111 | 0 | 101011 | 1110 | 10100 | 100111111 | 101110 | 111111 |
Color Harmonies of #CB74AF
Complementary color
Monochromatic Colors of #CB74AF
Black with #CB74AF
Text Example
Text Example
White with #CB74AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB74AF; }
p { color: rgb(203,116,175); }
H1.HeaderClassName
{
color: #CB74AF;
}
.AnyTagClassName
{
color: #CB74AF;
}
</style>
background-color css
<style>
a { background-color: #CB74AF; }
a { background-color: rgb(203,116,175); }
div.DivClassName
{
background-color: #CB74AF;
}
.BgClassName
{
background-color: #CB74AF;
}
</style>
border-color css
<style>
span { border-color: #CB74AF; }
span { border-color: rgb(203,116,175); }
td.TdClassName
{
border-color: #CB74AF;
}
.TagClassName
{
border-color: #CB74AF;
}
</style>