Shades of Hopbush #CC6893
Tints of Hopbush #CC6893
RGB
CMYK
RGB Variations
Color information
#CC6893 (or 0xCC6893) is known color: Hopbush. HEX triplet: CC, 68 and 93. RGB value is (204,104,147). Sum of RGB (Red+Green+Blue) = 204+104+147=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 104 (41.02% from 255 or 22.86% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6893 is #33976C. Grayscale: #8A8A8A. Windows color (decimal): -3381101 or 9660620. OLE color: 9660620.
HSL color Cylindrical-coordinate representation of color #CC6893: hue angle of 334.2º 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 #CC6893 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 147 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.2 |
| HSL | 334.2º | 0.5% | 0.6% | - |
| HSV(B) | 334.2º | 0.49% | 0.8% | - |
| XYZ | 35.12 | 24.84 | 30.55 | - |
| YUV | 138.8 | 132.63 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 147 | 0 | 0.49 | 0.28 | 0.2 | 334.2 | 0.5 | 0.6 |
| Hex | CC | 68 | 93 | 0 | 31 | 1C | 14 | 14E | 32 | 3C |
| Octal | 314 | 150 | 223 | 0 | 61 | 34 | 24 | 516 | 62 | 74 |
| Binary | 11001100 | 1101000 | 10010011 | 0 | 110001 | 11100 | 10100 | 101001110 | 110010 | 111100 |
Color Harmonies of #CC6893
Complementary color
Monochromatic Colors of #CC6893
Black with #CC6893
Text Example
Text Example
White with #CC6893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6893; }
p { color: rgb(204,104,147); }
H1.HeaderClassName
{
color: #CC6893;
}
.AnyTagClassName
{
color: #CC6893;
}
</style>
background-color css
<style>
a { background-color: #CC6893; }
a { background-color: rgb(204,104,147); }
div.DivClassName
{
background-color: #CC6893;
}
.BgClassName
{
background-color: #CC6893;
}
</style>
border-color css
<style>
span { border-color: #CC6893; }
span { border-color: rgb(204,104,147); }
td.TdClassName
{
border-color: #CC6893;
}
.TagClassName
{
border-color: #CC6893;
}
</style>