Shades of Hopbush #CC6896
Tints of Hopbush #CC6896
RGB
CMYK
RGB Variations
Color information
#CC6896 (or 0xCC6896) is known color: Hopbush. HEX triplet: CC, 68 and 96. RGB value is (204,104,150). Sum of RGB (Red+Green+Blue) = 204+104+150=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 150 (58.98% from 255 or 32.75% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6896 is #339769. Grayscale: #8B8B8B. Windows color (decimal): -3381098 or 9857228. OLE color: 9857228.
HSL color Cylindrical-coordinate representation of color #CC6896: hue angle of 332.4º 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 #CC6896 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 150 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.2 |
| HSL | 332.4º | 0.5% | 0.6% | - |
| HSV(B) | 332.4º | 0.49% | 0.8% | - |
| XYZ | 35.36 | 24.94 | 31.8 | - |
| YUV | 139.14 | 134.13 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 150 | 0 | 0.49 | 0.26 | 0.2 | 332.4 | 0.5 | 0.6 |
| Hex | CC | 68 | 96 | 0 | 31 | 1A | 14 | 14C | 32 | 3C |
| Octal | 314 | 150 | 226 | 0 | 61 | 32 | 24 | 514 | 62 | 74 |
| Binary | 11001100 | 1101000 | 10010110 | 0 | 110001 | 11010 | 10100 | 101001100 | 110010 | 111100 |
Color Harmonies of #CC6896
Complementary color
Monochromatic Colors of #CC6896
Black with #CC6896
Text Example
Text Example
White with #CC6896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6896; }
p { color: rgb(204,104,150); }
H1.HeaderClassName
{
color: #CC6896;
}
.AnyTagClassName
{
color: #CC6896;
}
</style>
background-color css
<style>
a { background-color: #CC6896; }
a { background-color: rgb(204,104,150); }
div.DivClassName
{
background-color: #CC6896;
}
.BgClassName
{
background-color: #CC6896;
}
</style>
border-color css
<style>
span { border-color: #CC6896; }
span { border-color: rgb(204,104,150); }
td.TdClassName
{
border-color: #CC6896;
}
.TagClassName
{
border-color: #CC6896;
}
</style>