Shades of Hopbush #CB739C
Tints of Hopbush #CB739C
RGB
CMYK
RGB Variations
Color information
#CB739C (or 0xCB739C) is known color: Hopbush. HEX triplet: CB, 73 and 9C. RGB value is (203,115,156). Sum of RGB (Red+Green+Blue) = 203+115+156=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CB739C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB739C is #348C63. Grayscale: #919191. Windows color (decimal): -3443812 or 10253259. OLE color: 10253259.
HSL color Cylindrical-coordinate representation of color #CB739C: hue angle of 332.05º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB739C is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 115 | 156 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.20 |
| HSL | 332.05º | 0.46% | 0.62% | - |
| HSV(B) | 332.05º | 0.43% | 0.8% | - |
| XYZ | 36.76 | 27.36 | 34.8 | - |
| YUV | 145.99 | 133.65 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 156 | 0 | 0.43 | 0.23 | 0.20 | 332.05 | 0.46 | 0.62 |
| Hex | CB | 73 | 9C | 0 | 2B | 17 | 14 | 14C | 2E | 3E |
| Octal | 313 | 163 | 234 | 0 | 53 | 27 | 24 | 514 | 56 | 76 |
| Binary | 11001011 | 1110011 | 10011100 | 0 | 101011 | 10111 | 10100 | 101001100 | 101110 | 111110 |
Color Harmonies of #CB739C
Complementary color
Monochromatic Colors of #CB739C
Black with #CB739C
Text Example
Text Example
White with #CB739C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB739C; }
p { color: rgb(203,115,156); }
H1.HeaderClassName
{
color: #CB739C;
}
.AnyTagClassName
{
color: #CB739C;
}
</style>
background-color css
<style>
a { background-color: #CB739C; }
a { background-color: rgb(203,115,156); }
div.DivClassName
{
background-color: #CB739C;
}
.BgClassName
{
background-color: #CB739C;
}
</style>
border-color css
<style>
span { border-color: #CB739C; }
span { border-color: rgb(203,115,156); }
td.TdClassName
{
border-color: #CB739C;
}
.TagClassName
{
border-color: #CB739C;
}
</style>