Shades of Hopbush #CC729B
Tints of Hopbush #CC729B
RGB
CMYK
RGB Variations
Color information
#CC729B (or 0xCC729B) is known color: Hopbush. HEX triplet: CC, 72 and 9B. RGB value is (204,114,155). Sum of RGB (Red+Green+Blue) = 204+114+155=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC729B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC729B is #338D64. Grayscale: #919191. Windows color (decimal): -3378533 or 10187468. OLE color: 10187468.
HSL color Cylindrical-coordinate representation of color #CC729B: hue angle of 332.67º degrees, saturation: 0.47, 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 #CC729B is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 114 | 155 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.2 |
| HSL | 332.67º | 0.47% | 0.62% | - |
| HSV(B) | 332.67º | 0.44% | 0.8% | - |
| XYZ | 36.84 | 27.24 | 34.33 | - |
| YUV | 145.58 | 133.32 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 155 | 0 | 0.44 | 0.24 | 0.2 | 332.67 | 0.47 | 0.62 |
| Hex | CC | 72 | 9B | 0 | 2C | 18 | 14 | 14D | 2F | 3E |
| Octal | 314 | 162 | 233 | 0 | 54 | 30 | 24 | 515 | 57 | 76 |
| Binary | 11001100 | 1110010 | 10011011 | 0 | 101100 | 11000 | 10100 | 101001101 | 101111 | 111110 |
Color Harmonies of #CC729B
Complementary color
Monochromatic Colors of #CC729B
Black with #CC729B
Text Example
Text Example
White with #CC729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC729B; }
p { color: rgb(204,114,155); }
H1.HeaderClassName
{
color: #CC729B;
}
.AnyTagClassName
{
color: #CC729B;
}
</style>
background-color css
<style>
a { background-color: #CC729B; }
a { background-color: rgb(204,114,155); }
div.DivClassName
{
background-color: #CC729B;
}
.BgClassName
{
background-color: #CC729B;
}
</style>
border-color css
<style>
span { border-color: #CC729B; }
span { border-color: rgb(204,114,155); }
td.TdClassName
{
border-color: #CC729B;
}
.TagClassName
{
border-color: #CC729B;
}
</style>