Shades of Hopbush #CB729F
Tints of Hopbush #CB729F
RGB
CMYK
RGB Variations
Color information
#CB729F (or 0xCB729F) is known color: Hopbush. HEX triplet: CB, 72 and 9F. RGB value is (203,114,159). Sum of RGB (Red+Green+Blue) = 203+114+159=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 114 (44.92% from 255 or 23.95% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CB729F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB729F is #348D60. Grayscale: #919191. Windows color (decimal): -3444065 or 10449611. OLE color: 10449611.
HSL color Cylindrical-coordinate representation of color #CB729F: hue angle of 329.66º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB729F is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 159 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.20 |
| HSL | 329.66º | 0.46% | 0.62% | - |
| HSV(B) | 329.66º | 0.44% | 0.8% | - |
| XYZ | 36.9 | 27.23 | 36.11 | - |
| YUV | 145.74 | 135.49 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 159 | 0 | 0.44 | 0.22 | 0.20 | 329.66 | 0.46 | 0.62 |
| Hex | CB | 72 | 9F | 0 | 2C | 16 | 14 | 14A | 2E | 3E |
| Octal | 313 | 162 | 237 | 0 | 54 | 26 | 24 | 512 | 56 | 76 |
| Binary | 11001011 | 1110010 | 10011111 | 0 | 101100 | 10110 | 10100 | 101001010 | 101110 | 111110 |
Color Harmonies of #CB729F
Complementary color
Monochromatic Colors of #CB729F
Black with #CB729F
Text Example
Text Example
White with #CB729F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB729F; }
p { color: rgb(203,114,159); }
H1.HeaderClassName
{
color: #CB729F;
}
.AnyTagClassName
{
color: #CB729F;
}
</style>
background-color css
<style>
a { background-color: #CB729F; }
a { background-color: rgb(203,114,159); }
div.DivClassName
{
background-color: #CB729F;
}
.BgClassName
{
background-color: #CB729F;
}
</style>
border-color css
<style>
span { border-color: #CB729F; }
span { border-color: rgb(203,114,159); }
td.TdClassName
{
border-color: #CB729F;
}
.TagClassName
{
border-color: #CB729F;
}
</style>