Shades of Hopbush #CC718F
Tints of Hopbush #CC718F
RGB
CMYK
RGB Variations
Color information
#CC718F (or 0xCC718F) is known color: Hopbush. HEX triplet: CC, 71 and 8F. RGB value is (204,113,143). Sum of RGB (Red+Green+Blue) = 204+113+143=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC718F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC718F is #338E70. Grayscale: #8F8F8F. Windows color (decimal): -3378801 or 9400780. OLE color: 9400780.
HSL color Cylindrical-coordinate representation of color #CC718F: hue angle of 340.22º 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 #CC718F is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 143 | - |
| CMYK | 0 | 0.45 | 0.30 | 0.2 |
| HSL | 340.22º | 0.47% | 0.62% | - |
| HSV(B) | 340.22º | 0.45% | 0.8% | - |
| XYZ | 35.76 | 26.63 | 29.24 | - |
| YUV | 143.63 | 127.65 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 143 | 0 | 0.45 | 0.30 | 0.2 | 340.22 | 0.47 | 0.62 |
| Hex | CC | 71 | 8F | 0 | 2D | 1E | 14 | 154 | 2F | 3E |
| Octal | 314 | 161 | 217 | 0 | 55 | 36 | 24 | 524 | 57 | 76 |
| Binary | 11001100 | 1110001 | 10001111 | 0 | 101101 | 11110 | 10100 | 101010100 | 101111 | 111110 |
Color Harmonies of #CC718F
Complementary color
Monochromatic Colors of #CC718F
Black with #CC718F
Text Example
Text Example
White with #CC718F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC718F; }
p { color: rgb(204,113,143); }
H1.HeaderClassName
{
color: #CC718F;
}
.AnyTagClassName
{
color: #CC718F;
}
</style>
background-color css
<style>
a { background-color: #CC718F; }
a { background-color: rgb(204,113,143); }
div.DivClassName
{
background-color: #CC718F;
}
.BgClassName
{
background-color: #CC718F;
}
</style>
border-color css
<style>
span { border-color: #CC718F; }
span { border-color: rgb(204,113,143); }
td.TdClassName
{
border-color: #CC718F;
}
.TagClassName
{
border-color: #CC718F;
}
</style>