Shades of Hopbush #CC7296
Tints of Hopbush #CC7296
RGB
CMYK
RGB Variations
Color information
#CC7296 (or 0xCC7296) is known color: Hopbush. HEX triplet: CC, 72 and 96. RGB value is (204,114,150). Sum of RGB (Red+Green+Blue) = 204+114+150=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 114 (44.92% from 255 or 24.36% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7296 is #338D69. Grayscale: #909090. Windows color (decimal): -3378538 or 9859788. OLE color: 9859788.
HSL color Cylindrical-coordinate representation of color #CC7296: hue angle of 336º 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 #CC7296 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 114 | 150 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.2 |
| HSL | 336º | 0.47% | 0.62% | - |
| HSV(B) | 336º | 0.44% | 0.8% | - |
| XYZ | 36.42 | 27.07 | 32.16 | - |
| YUV | 145.01 | 130.82 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 150 | 0 | 0.44 | 0.26 | 0.2 | 336 | 0.47 | 0.62 |
| Hex | CC | 72 | 96 | 0 | 2C | 1A | 14 | 150 | 2F | 3E |
| Octal | 314 | 162 | 226 | 0 | 54 | 32 | 24 | 520 | 57 | 76 |
| Binary | 11001100 | 1110010 | 10010110 | 0 | 101100 | 11010 | 10100 | 101010000 | 101111 | 111110 |
Color Harmonies of #CC7296
Complementary color
Monochromatic Colors of #CC7296
Black with #CC7296
Text Example
Text Example
White with #CC7296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7296; }
p { color: rgb(204,114,150); }
H1.HeaderClassName
{
color: #CC7296;
}
.AnyTagClassName
{
color: #CC7296;
}
</style>
background-color css
<style>
a { background-color: #CC7296; }
a { background-color: rgb(204,114,150); }
div.DivClassName
{
background-color: #CC7296;
}
.BgClassName
{
background-color: #CC7296;
}
</style>
border-color css
<style>
span { border-color: #CC7296; }
span { border-color: rgb(204,114,150); }
td.TdClassName
{
border-color: #CC7296;
}
.TagClassName
{
border-color: #CC7296;
}
</style>