Shades of Hopbush #CC6DA5
Tints of Hopbush #CC6DA5
RGB
CMYK
RGB Variations
Color information
#CC6DA5 (or 0xCC6DA5) is known color: Hopbush. HEX triplet: CC, 6D and A5. RGB value is (204,109,165). Sum of RGB (Red+Green+Blue) = 204+109+165=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 165 (64.84% from 255 or 34.52% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6DA5 is #33925A. Grayscale: #8F8F8F. Windows color (decimal): -3379803 or 10841548. OLE color: 10841548.
HSL color Cylindrical-coordinate representation of color #CC6DA5: hue angle of 324.63º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC6DA5 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 109 | 165 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.2 |
| HSL | 324.63º | 0.48% | 0.61% | - |
| HSV(B) | 324.63º | 0.47% | 0.8% | - |
| XYZ | 37.16 | 26.49 | 38.75 | - |
| YUV | 143.79 | 139.97 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 109 | 165 | 0 | 0.47 | 0.19 | 0.2 | 324.63 | 0.48 | 0.61 |
| Hex | CC | 6D | A5 | 0 | 2F | 13 | 14 | 145 | 30 | 3D |
| Octal | 314 | 155 | 245 | 0 | 57 | 23 | 24 | 505 | 60 | 75 |
| Binary | 11001100 | 1101101 | 10100101 | 0 | 101111 | 10011 | 10100 | 101000101 | 110000 | 111101 |
Color Harmonies of #CC6DA5
Complementary color
Monochromatic Colors of #CC6DA5
Black with #CC6DA5
Text Example
Text Example
White with #CC6DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6DA5; }
p { color: rgb(204,109,165); }
H1.HeaderClassName
{
color: #CC6DA5;
}
.AnyTagClassName
{
color: #CC6DA5;
}
</style>
background-color css
<style>
a { background-color: #CC6DA5; }
a { background-color: rgb(204,109,165); }
div.DivClassName
{
background-color: #CC6DA5;
}
.BgClassName
{
background-color: #CC6DA5;
}
</style>
border-color css
<style>
span { border-color: #CC6DA5; }
span { border-color: rgb(204,109,165); }
td.TdClassName
{
border-color: #CC6DA5;
}
.TagClassName
{
border-color: #CC6DA5;
}
</style>