Shades of Hopbush #CB729B
Tints of Hopbush #CB729B
RGB
CMYK
RGB Variations
Color information
#CB729B (or 0xCB729B) is known color: Hopbush. HEX triplet: CB, 72 and 9B. RGB value is (203,114,155). Sum of RGB (Red+Green+Blue) = 203+114+155=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 203 - color contains mainly: red. Hex color #CB729B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB729B is #348D64. Grayscale: #919191. Windows color (decimal): -3444069 or 10187467. OLE color: 10187467.
HSL color Cylindrical-coordinate representation of color #CB729B: hue angle of 332.36º 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 #CB729B is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 155 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.20 |
| HSL | 332.36º | 0.46% | 0.62% | - |
| HSV(B) | 332.36º | 0.44% | 0.8% | - |
| XYZ | 36.56 | 27.1 | 34.31 | - |
| YUV | 145.29 | 133.49 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 155 | 0 | 0.44 | 0.24 | 0.20 | 332.36 | 0.46 | 0.62 |
| Hex | CB | 72 | 9B | 0 | 2C | 18 | 14 | 14C | 2E | 3E |
| Octal | 313 | 162 | 233 | 0 | 54 | 30 | 24 | 514 | 56 | 76 |
| Binary | 11001011 | 1110010 | 10011011 | 0 | 101100 | 11000 | 10100 | 101001100 | 101110 | 111110 |
Color Harmonies of #CB729B
Complementary color
Monochromatic Colors of #CB729B
Black with #CB729B
Text Example
Text Example
White with #CB729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB729B; }
p { color: rgb(203,114,155); }
H1.HeaderClassName
{
color: #CB729B;
}
.AnyTagClassName
{
color: #CB729B;
}
</style>
background-color css
<style>
a { background-color: #CB729B; }
a { background-color: rgb(203,114,155); }
div.DivClassName
{
background-color: #CB729B;
}
.BgClassName
{
background-color: #CB729B;
}
</style>
border-color css
<style>
span { border-color: #CB729B; }
span { border-color: rgb(203,114,155); }
td.TdClassName
{
border-color: #CB729B;
}
.TagClassName
{
border-color: #CB729B;
}
</style>