Shades of Hopbush #CC6790
Tints of Hopbush #CC6790
RGB
CMYK
RGB Variations
Color information
#CC6790 (or 0xCC6790) is known color: Hopbush. HEX triplet: CC, 67 and 90. RGB value is (204,103,144). Sum of RGB (Red+Green+Blue) = 204+103+144=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6790 is #33986F. Grayscale: #898989. Windows color (decimal): -3381360 or 9463756. OLE color: 9463756.
HSL color Cylindrical-coordinate representation of color #CC6790: hue angle of 335.64º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC6790 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 103 | 144 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.2 |
| HSL | 335.64º | 0.5% | 0.6% | - |
| HSV(B) | 335.64º | 0.5% | 0.8% | - |
| XYZ | 34.79 | 24.55 | 29.29 | - |
| YUV | 137.87 | 131.46 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 144 | 0 | 0.50 | 0.29 | 0.2 | 335.64 | 0.5 | 0.6 |
| Hex | CC | 67 | 90 | 0 | 32 | 1D | 14 | 150 | 32 | 3C |
| Octal | 314 | 147 | 220 | 0 | 62 | 35 | 24 | 520 | 62 | 74 |
| Binary | 11001100 | 1100111 | 10010000 | 0 | 110010 | 11101 | 10100 | 101010000 | 110010 | 111100 |
Color Harmonies of #CC6790
Complementary color
Monochromatic Colors of #CC6790
Black with #CC6790
Text Example
Text Example
White with #CC6790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6790; }
p { color: rgb(204,103,144); }
H1.HeaderClassName
{
color: #CC6790;
}
.AnyTagClassName
{
color: #CC6790;
}
</style>
background-color css
<style>
a { background-color: #CC6790; }
a { background-color: rgb(204,103,144); }
div.DivClassName
{
background-color: #CC6790;
}
.BgClassName
{
background-color: #CC6790;
}
</style>
border-color css
<style>
span { border-color: #CC6790; }
span { border-color: rgb(204,103,144); }
td.TdClassName
{
border-color: #CC6790;
}
.TagClassName
{
border-color: #CC6790;
}
</style>