Shades of Hopbush #CC6894
Tints of Hopbush #CC6894
RGB
CMYK
RGB Variations
Color information
#CC6894 (or 0xCC6894) is known color: Hopbush. HEX triplet: CC, 68 and 94. RGB value is (204,104,148). Sum of RGB (Red+Green+Blue) = 204+104+148=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 104 (41.02% from 255 or 22.81% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6894 is #33976B. Grayscale: #8A8A8A. Windows color (decimal): -3381100 or 9726156. OLE color: 9726156.
HSL color Cylindrical-coordinate representation of color #CC6894: hue angle of 333.6º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC6894 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 148 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.2 |
| HSL | 333.6º | 0.5% | 0.6% | - |
| HSV(B) | 333.6º | 0.49% | 0.8% | - |
| XYZ | 35.2 | 24.88 | 30.96 | - |
| YUV | 138.92 | 133.13 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 148 | 0 | 0.49 | 0.27 | 0.2 | 333.6 | 0.5 | 0.6 |
| Hex | CC | 68 | 94 | 0 | 31 | 1B | 14 | 14E | 32 | 3C |
| Octal | 314 | 150 | 224 | 0 | 61 | 33 | 24 | 516 | 62 | 74 |
| Binary | 11001100 | 1101000 | 10010100 | 0 | 110001 | 11011 | 10100 | 101001110 | 110010 | 111100 |
Color Harmonies of #CC6894
Complementary color
Monochromatic Colors of #CC6894
Black with #CC6894
Text Example
Text Example
White with #CC6894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6894; }
p { color: rgb(204,104,148); }
H1.HeaderClassName
{
color: #CC6894;
}
.AnyTagClassName
{
color: #CC6894;
}
</style>
background-color css
<style>
a { background-color: #CC6894; }
a { background-color: rgb(204,104,148); }
div.DivClassName
{
background-color: #CC6894;
}
.BgClassName
{
background-color: #CC6894;
}
</style>
border-color css
<style>
span { border-color: #CC6894; }
span { border-color: rgb(204,104,148); }
td.TdClassName
{
border-color: #CC6894;
}
.TagClassName
{
border-color: #CC6894;
}
</style>