Shades of Hopbush #CC6194
Tints of Hopbush #CC6194
RGB
CMYK
RGB Variations
Color information
#CC6194 (or 0xCC6194) is known color: Hopbush. HEX triplet: CC, 61 and 94. RGB value is (204,97,148). Sum of RGB (Red+Green+Blue) = 204+97+148=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6194 is #339E6B. Grayscale: #868686. Windows color (decimal): -3382892 or 9724364. OLE color: 9724364.
HSL color Cylindrical-coordinate representation of color #CC6194: hue angle of 331.4º 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 #CC6194 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 148 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.2 |
| HSL | 331.4º | 0.51% | 0.59% | - |
| HSV(B) | 331.4º | 0.52% | 0.8% | - |
| XYZ | 34.52 | 23.52 | 30.74 | - |
| YUV | 134.81 | 135.45 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 148 | 0 | 0.52 | 0.27 | 0.2 | 331.4 | 0.51 | 0.59 |
| Hex | CC | 61 | 94 | 0 | 34 | 1B | 14 | 14B | 33 | 3B |
| Octal | 314 | 141 | 224 | 0 | 64 | 33 | 24 | 513 | 63 | 73 |
| Binary | 11001100 | 1100001 | 10010100 | 0 | 110100 | 11011 | 10100 | 101001011 | 110011 | 111011 |
Color Harmonies of #CC6194
Complementary color
Monochromatic Colors of #CC6194
Black with #CC6194
Text Example
Text Example
White with #CC6194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6194; }
p { color: rgb(204,97,148); }
H1.HeaderClassName
{
color: #CC6194;
}
.AnyTagClassName
{
color: #CC6194;
}
</style>
background-color css
<style>
a { background-color: #CC6194; }
a { background-color: rgb(204,97,148); }
div.DivClassName
{
background-color: #CC6194;
}
.BgClassName
{
background-color: #CC6194;
}
</style>
border-color css
<style>
span { border-color: #CC6194; }
span { border-color: rgb(204,97,148); }
td.TdClassName
{
border-color: #CC6194;
}
.TagClassName
{
border-color: #CC6194;
}
</style>