Shades of Hopbush #CB728F
Tints of Hopbush #CB728F
RGB
CMYK
RGB Variations
Color information
#CB728F (or 0xCB728F) is known color: Hopbush. HEX triplet: CB, 72 and 8F. RGB value is (203,114,143). Sum of RGB (Red+Green+Blue) = 203+114+143=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CB728F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB728F is #348D70. Grayscale: #8F8F8F. Windows color (decimal): -3444081 or 9401035. OLE color: 9401035.
HSL color Cylindrical-coordinate representation of color #CB728F: hue angle of 340.45º 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 #CB728F is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 143 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.20 |
| HSL | 340.45º | 0.46% | 0.62% | - |
| HSV(B) | 340.45º | 0.44% | 0.8% | - |
| XYZ | 35.6 | 26.71 | 29.27 | - |
| YUV | 143.92 | 127.49 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 143 | 0 | 0.44 | 0.30 | 0.20 | 340.45 | 0.46 | 0.62 |
| Hex | CB | 72 | 8F | 0 | 2C | 1E | 14 | 154 | 2E | 3E |
| Octal | 313 | 162 | 217 | 0 | 54 | 36 | 24 | 524 | 56 | 76 |
| Binary | 11001011 | 1110010 | 10001111 | 0 | 101100 | 11110 | 10100 | 101010100 | 101110 | 111110 |
Color Harmonies of #CB728F
Complementary color
Monochromatic Colors of #CB728F
Black with #CB728F
Text Example
Text Example
White with #CB728F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB728F; }
p { color: rgb(203,114,143); }
H1.HeaderClassName
{
color: #CB728F;
}
.AnyTagClassName
{
color: #CB728F;
}
</style>
background-color css
<style>
a { background-color: #CB728F; }
a { background-color: rgb(203,114,143); }
div.DivClassName
{
background-color: #CB728F;
}
.BgClassName
{
background-color: #CB728F;
}
</style>
border-color css
<style>
span { border-color: #CB728F; }
span { border-color: rgb(203,114,143); }
td.TdClassName
{
border-color: #CB728F;
}
.TagClassName
{
border-color: #CB728F;
}
</style>