Shades of Hopbush #CB76A1
Tints of Hopbush #CB76A1
RGB
CMYK
RGB Variations
Color information
#CB76A1 (or 0xCB76A1) is known color: Hopbush. HEX triplet: CB, 76 and A1. RGB value is (203,118,161). Sum of RGB (Red+Green+Blue) = 203+118+161=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CB76A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB76A1 is #34895E. Grayscale: #949494. Windows color (decimal): -3443039 or 10581707. OLE color: 10581707.
HSL color Cylindrical-coordinate representation of color #CB76A1: hue angle of 329.65º 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 #CB76A1 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 118 | 161 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.20 |
| HSL | 329.65º | 0.45% | 0.63% | - |
| HSV(B) | 329.65º | 0.42% | 0.8% | - |
| XYZ | 37.54 | 28.23 | 37.19 | - |
| YUV | 148.32 | 135.16 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 161 | 0 | 0.42 | 0.21 | 0.20 | 329.65 | 0.45 | 0.63 |
| Hex | CB | 76 | A1 | 0 | 2A | 15 | 14 | 14A | 2D | 3F |
| Octal | 313 | 166 | 241 | 0 | 52 | 25 | 24 | 512 | 55 | 77 |
| Binary | 11001011 | 1110110 | 10100001 | 0 | 101010 | 10101 | 10100 | 101001010 | 101101 | 111111 |
Color Harmonies of #CB76A1
Complementary color
Monochromatic Colors of #CB76A1
Black with #CB76A1
Text Example
Text Example
White with #CB76A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB76A1; }
p { color: rgb(203,118,161); }
H1.HeaderClassName
{
color: #CB76A1;
}
.AnyTagClassName
{
color: #CB76A1;
}
</style>
background-color css
<style>
a { background-color: #CB76A1; }
a { background-color: rgb(203,118,161); }
div.DivClassName
{
background-color: #CB76A1;
}
.BgClassName
{
background-color: #CB76A1;
}
</style>
border-color css
<style>
span { border-color: #CB76A1; }
span { border-color: rgb(203,118,161); }
td.TdClassName
{
border-color: #CB76A1;
}
.TagClassName
{
border-color: #CB76A1;
}
</style>