Shades of Hopbush #CC6197
Tints of Hopbush #CC6197
RGB
CMYK
RGB Variations
Color information
#CC6197 (or 0xCC6197) is known color: Hopbush. HEX triplet: CC, 61 and 97. RGB value is (204,97,151). Sum of RGB (Red+Green+Blue) = 204+97+151=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 97 (38.28% from 255 or 21.46% from 452); Blue value is 151 (59.38% from 255 or 33.41% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6197 is #339E68. Grayscale: #878787. Windows color (decimal): -3382889 or 9920972. OLE color: 9920972.
HSL color Cylindrical-coordinate representation of color #CC6197: hue angle of 329.72º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC6197 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 151 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.2 |
| HSL | 329.72º | 0.51% | 0.59% | - |
| HSV(B) | 329.72º | 0.52% | 0.8% | - |
| XYZ | 34.76 | 23.62 | 32.01 | - |
| YUV | 135.15 | 136.95 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 151 | 0 | 0.52 | 0.26 | 0.2 | 329.72 | 0.51 | 0.59 |
| Hex | CC | 61 | 97 | 0 | 34 | 1A | 14 | 14A | 33 | 3B |
| Octal | 314 | 141 | 227 | 0 | 64 | 32 | 24 | 512 | 63 | 73 |
| Binary | 11001100 | 1100001 | 10010111 | 0 | 110100 | 11010 | 10100 | 101001010 | 110011 | 111011 |
Color Harmonies of #CC6197
Complementary color
Monochromatic Colors of #CC6197
Black with #CC6197
Text Example
Text Example
White with #CC6197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6197; }
p { color: rgb(204,97,151); }
H1.HeaderClassName
{
color: #CC6197;
}
.AnyTagClassName
{
color: #CC6197;
}
</style>
background-color css
<style>
a { background-color: #CC6197; }
a { background-color: rgb(204,97,151); }
div.DivClassName
{
background-color: #CC6197;
}
.BgClassName
{
background-color: #CC6197;
}
</style>
border-color css
<style>
span { border-color: #CC6197; }
span { border-color: rgb(204,97,151); }
td.TdClassName
{
border-color: #CC6197;
}
.TagClassName
{
border-color: #CC6197;
}
</style>