Shades of Hopbush #CC708E
Tints of Hopbush #CC708E
RGB
CMYK
RGB Variations
Color information
#CC708E (or 0xCC708E) is known color: Hopbush. HEX triplet: CC, 70 and 8E. RGB value is (204,112,142). Sum of RGB (Red+Green+Blue) = 204+112+142=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC708E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC708E is #338F71. Grayscale: #8E8E8E. Windows color (decimal): -3379058 or 9334988. OLE color: 9334988.
HSL color Cylindrical-coordinate representation of color #CC708E: hue angle of 340.43º 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 #CC708E is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 142 | - |
| CMYK | 0 | 0.45 | 0.30 | 0.2 |
| HSL | 340.43º | 0.47% | 0.62% | - |
| HSV(B) | 340.43º | 0.45% | 0.8% | - |
| XYZ | 35.58 | 26.38 | 28.81 | - |
| YUV | 142.93 | 127.48 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 142 | 0 | 0.45 | 0.30 | 0.2 | 340.43 | 0.47 | 0.62 |
| Hex | CC | 70 | 8E | 0 | 2D | 1E | 14 | 154 | 2F | 3E |
| Octal | 314 | 160 | 216 | 0 | 55 | 36 | 24 | 524 | 57 | 76 |
| Binary | 11001100 | 1110000 | 10001110 | 0 | 101101 | 11110 | 10100 | 101010100 | 101111 | 111110 |
Color Harmonies of #CC708E
Complementary color
Monochromatic Colors of #CC708E
Black with #CC708E
Text Example
Text Example
White with #CC708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC708E; }
p { color: rgb(204,112,142); }
H1.HeaderClassName
{
color: #CC708E;
}
.AnyTagClassName
{
color: #CC708E;
}
</style>
background-color css
<style>
a { background-color: #CC708E; }
a { background-color: rgb(204,112,142); }
div.DivClassName
{
background-color: #CC708E;
}
.BgClassName
{
background-color: #CC708E;
}
</style>
border-color css
<style>
span { border-color: #CC708E; }
span { border-color: rgb(204,112,142); }
td.TdClassName
{
border-color: #CC708E;
}
.TagClassName
{
border-color: #CC708E;
}
</style>