Shades of Hopbush #CB709C
Tints of Hopbush #CB709C
RGB
CMYK
RGB Variations
Color information
#CB709C (or 0xCB709C) is known color: Hopbush. HEX triplet: CB, 70 and 9C. RGB value is (203,112,156). Sum of RGB (Red+Green+Blue) = 203+112+156=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB709C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB709C is #348F63. Grayscale: #909090. Windows color (decimal): -3444580 or 10252491. OLE color: 10252491.
HSL color Cylindrical-coordinate representation of color #CB709C: hue angle of 330.99º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB709C is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 112 | 156 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.20 |
| HSL | 330.99º | 0.47% | 0.62% | - |
| HSV(B) | 330.99º | 0.45% | 0.8% | - |
| XYZ | 36.42 | 26.69 | 34.68 | - |
| YUV | 144.23 | 134.65 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 156 | 0 | 0.45 | 0.23 | 0.20 | 330.99 | 0.47 | 0.62 |
| Hex | CB | 70 | 9C | 0 | 2D | 17 | 14 | 14B | 2F | 3E |
| Octal | 313 | 160 | 234 | 0 | 55 | 27 | 24 | 513 | 57 | 76 |
| Binary | 11001011 | 1110000 | 10011100 | 0 | 101101 | 10111 | 10100 | 101001011 | 101111 | 111110 |
Color Harmonies of #CB709C
Complementary color
Monochromatic Colors of #CB709C
Black with #CB709C
Text Example
Text Example
White with #CB709C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB709C; }
p { color: rgb(203,112,156); }
H1.HeaderClassName
{
color: #CB709C;
}
.AnyTagClassName
{
color: #CB709C;
}
</style>
background-color css
<style>
a { background-color: #CB709C; }
a { background-color: rgb(203,112,156); }
div.DivClassName
{
background-color: #CB709C;
}
.BgClassName
{
background-color: #CB709C;
}
</style>
border-color css
<style>
span { border-color: #CB709C; }
span { border-color: rgb(203,112,156); }
td.TdClassName
{
border-color: #CB709C;
}
.TagClassName
{
border-color: #CB709C;
}
</style>