Shades of Hopbush #CB729C
Tints of Hopbush #CB729C
RGB
CMYK
RGB Variations
Color information
#CB729C (or 0xCB729C) is known color: Hopbush. HEX triplet: CB, 72 and 9C. RGB value is (203,114,156). Sum of RGB (Red+Green+Blue) = 203+114+156=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CB729C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB729C is #348D63. Grayscale: #919191. Windows color (decimal): -3444068 or 10253003. OLE color: 10253003.
HSL color Cylindrical-coordinate representation of color #CB729C: hue angle of 331.69º 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 #CB729C is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 156 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.20 |
| HSL | 331.69º | 0.46% | 0.62% | - |
| HSV(B) | 331.69º | 0.44% | 0.8% | - |
| XYZ | 36.65 | 27.13 | 34.76 | - |
| YUV | 145.4 | 133.99 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 156 | 0 | 0.44 | 0.23 | 0.20 | 331.69 | 0.46 | 0.62 |
| Hex | CB | 72 | 9C | 0 | 2C | 17 | 14 | 14C | 2E | 3E |
| Octal | 313 | 162 | 234 | 0 | 54 | 27 | 24 | 514 | 56 | 76 |
| Binary | 11001011 | 1110010 | 10011100 | 0 | 101100 | 10111 | 10100 | 101001100 | 101110 | 111110 |
Color Harmonies of #CB729C
Complementary color
Monochromatic Colors of #CB729C
Black with #CB729C
Text Example
Text Example
White with #CB729C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB729C; }
p { color: rgb(203,114,156); }
H1.HeaderClassName
{
color: #CB729C;
}
.AnyTagClassName
{
color: #CB729C;
}
</style>
background-color css
<style>
a { background-color: #CB729C; }
a { background-color: rgb(203,114,156); }
div.DivClassName
{
background-color: #CB729C;
}
.BgClassName
{
background-color: #CB729C;
}
</style>
border-color css
<style>
span { border-color: #CB729C; }
span { border-color: rgb(203,114,156); }
td.TdClassName
{
border-color: #CB729C;
}
.TagClassName
{
border-color: #CB729C;
}
</style>