Shades of Hopbush #CC7299
Tints of Hopbush #CC7299
RGB
CMYK
RGB Variations
Color information
#CC7299 (or 0xCC7299) is known color: Hopbush. HEX triplet: CC, 72 and 99. RGB value is (204,114,153). Sum of RGB (Red+Green+Blue) = 204+114+153=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7299 is #338D66. Grayscale: #919191. Windows color (decimal): -3378535 or 10056396. OLE color: 10056396.
HSL color Cylindrical-coordinate representation of color #CC7299: hue angle of 334º 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 #CC7299 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 114 | 153 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.2 |
| HSL | 334º | 0.47% | 0.62% | - |
| HSV(B) | 334º | 0.44% | 0.8% | - |
| XYZ | 36.67 | 27.17 | 33.45 | - |
| YUV | 145.36 | 132.32 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 153 | 0 | 0.44 | 0.25 | 0.2 | 334 | 0.47 | 0.62 |
| Hex | CC | 72 | 99 | 0 | 2C | 19 | 14 | 14E | 2F | 3E |
| Octal | 314 | 162 | 231 | 0 | 54 | 31 | 24 | 516 | 57 | 76 |
| Binary | 11001100 | 1110010 | 10011001 | 0 | 101100 | 11001 | 10100 | 101001110 | 101111 | 111110 |
Color Harmonies of #CC7299
Complementary color
Monochromatic Colors of #CC7299
Black with #CC7299
Text Example
Text Example
White with #CC7299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7299; }
p { color: rgb(204,114,153); }
H1.HeaderClassName
{
color: #CC7299;
}
.AnyTagClassName
{
color: #CC7299;
}
</style>
background-color css
<style>
a { background-color: #CC7299; }
a { background-color: rgb(204,114,153); }
div.DivClassName
{
background-color: #CC7299;
}
.BgClassName
{
background-color: #CC7299;
}
</style>
border-color css
<style>
span { border-color: #CC7299; }
span { border-color: rgb(204,114,153); }
td.TdClassName
{
border-color: #CC7299;
}
.TagClassName
{
border-color: #CC7299;
}
</style>