Shades of Hopbush #CB769D
Tints of Hopbush #CB769D
RGB
CMYK
RGB Variations
Color information
#CB769D (or 0xCB769D) is known color: Hopbush. HEX triplet: CB, 76 and 9D. RGB value is (203,118,157). Sum of RGB (Red+Green+Blue) = 203+118+157=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CB769D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB769D is #348962. Grayscale: #939393. Windows color (decimal): -3443043 or 10319563. OLE color: 10319563.
HSL color Cylindrical-coordinate representation of color #CB769D: hue angle of 332.47º 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 #CB769D is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 118 | 157 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.20 |
| HSL | 332.47º | 0.45% | 0.63% | - |
| HSV(B) | 332.47º | 0.42% | 0.8% | - |
| XYZ | 37.19 | 28.09 | 35.36 | - |
| YUV | 147.86 | 133.16 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 157 | 0 | 0.42 | 0.23 | 0.20 | 332.47 | 0.45 | 0.63 |
| Hex | CB | 76 | 9D | 0 | 2A | 17 | 14 | 14C | 2D | 3F |
| Octal | 313 | 166 | 235 | 0 | 52 | 27 | 24 | 514 | 55 | 77 |
| Binary | 11001011 | 1110110 | 10011101 | 0 | 101010 | 10111 | 10100 | 101001100 | 101101 | 111111 |
Color Harmonies of #CB769D
Complementary color
Monochromatic Colors of #CB769D
Black with #CB769D
Text Example
Text Example
White with #CB769D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB769D; }
p { color: rgb(203,118,157); }
H1.HeaderClassName
{
color: #CB769D;
}
.AnyTagClassName
{
color: #CB769D;
}
</style>
background-color css
<style>
a { background-color: #CB769D; }
a { background-color: rgb(203,118,157); }
div.DivClassName
{
background-color: #CB769D;
}
.BgClassName
{
background-color: #CB769D;
}
</style>
border-color css
<style>
span { border-color: #CB769D; }
span { border-color: rgb(203,118,157); }
td.TdClassName
{
border-color: #CB769D;
}
.TagClassName
{
border-color: #CB769D;
}
</style>