Shades of Hopbush #CC708F
Tints of Hopbush #CC708F
RGB
CMYK
RGB Variations
Color information
#CC708F (or 0xCC708F) is known color: Hopbush. HEX triplet: CC, 70 and 8F. RGB value is (204,112,143). Sum of RGB (Red+Green+Blue) = 204+112+143=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC708F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC708F is #338F70. Grayscale: #8F8F8F. Windows color (decimal): -3379057 or 9400524. OLE color: 9400524.
HSL color Cylindrical-coordinate representation of color #CC708F: hue angle of 339.78º 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 #CC708F is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 143 | - |
| CMYK | 0 | 0.45 | 0.30 | 0.2 |
| HSL | 339.78º | 0.47% | 0.62% | - |
| HSV(B) | 339.78º | 0.45% | 0.8% | - |
| XYZ | 35.65 | 26.41 | 29.2 | - |
| YUV | 143.04 | 127.98 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 143 | 0 | 0.45 | 0.30 | 0.2 | 339.78 | 0.47 | 0.62 |
| Hex | CC | 70 | 8F | 0 | 2D | 1E | 14 | 154 | 2F | 3E |
| Octal | 314 | 160 | 217 | 0 | 55 | 36 | 24 | 524 | 57 | 76 |
| Binary | 11001100 | 1110000 | 10001111 | 0 | 101101 | 11110 | 10100 | 101010100 | 101111 | 111110 |
Color Harmonies of #CC708F
Complementary color
Monochromatic Colors of #CC708F
Black with #CC708F
Text Example
Text Example
White with #CC708F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC708F; }
p { color: rgb(204,112,143); }
H1.HeaderClassName
{
color: #CC708F;
}
.AnyTagClassName
{
color: #CC708F;
}
</style>
background-color css
<style>
a { background-color: #CC708F; }
a { background-color: rgb(204,112,143); }
div.DivClassName
{
background-color: #CC708F;
}
.BgClassName
{
background-color: #CC708F;
}
</style>
border-color css
<style>
span { border-color: #CC708F; }
span { border-color: rgb(204,112,143); }
td.TdClassName
{
border-color: #CC708F;
}
.TagClassName
{
border-color: #CC708F;
}
</style>