Shades of Hopbush #CC6DAF
Tints of Hopbush #CC6DAF
RGB
CMYK
RGB Variations
Color information
#CC6DAF (or 0xCC6DAF) is known color: Hopbush. HEX triplet: CC, 6D and AF. RGB value is (204,109,175). Sum of RGB (Red+Green+Blue) = 204+109+175=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6DAF is #339250. Grayscale: #909090. Windows color (decimal): -3379793 or 11496908. OLE color: 11496908.
HSL color Cylindrical-coordinate representation of color #CC6DAF: hue angle of 318.32º 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 #CC6DAF is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 109 | 175 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.2 |
| HSL | 318.32º | 0.48% | 0.61% | - |
| HSV(B) | 318.32º | 0.47% | 0.8% | - |
| XYZ | 38.11 | 26.87 | 43.74 | - |
| YUV | 144.93 | 144.97 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 109 | 175 | 0 | 0.47 | 0.14 | 0.2 | 318.32 | 0.48 | 0.61 |
| Hex | CC | 6D | AF | 0 | 2F | E | 14 | 13E | 30 | 3D |
| Octal | 314 | 155 | 257 | 0 | 57 | 16 | 24 | 476 | 60 | 75 |
| Binary | 11001100 | 1101101 | 10101111 | 0 | 101111 | 1110 | 10100 | 100111110 | 110000 | 111101 |
Color Harmonies of #CC6DAF
Complementary color
Monochromatic Colors of #CC6DAF
Black with #CC6DAF
Text Example
Text Example
White with #CC6DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6DAF; }
p { color: rgb(204,109,175); }
H1.HeaderClassName
{
color: #CC6DAF;
}
.AnyTagClassName
{
color: #CC6DAF;
}
</style>
background-color css
<style>
a { background-color: #CC6DAF; }
a { background-color: rgb(204,109,175); }
div.DivClassName
{
background-color: #CC6DAF;
}
.BgClassName
{
background-color: #CC6DAF;
}
</style>
border-color css
<style>
span { border-color: #CC6DAF; }
span { border-color: rgb(204,109,175); }
td.TdClassName
{
border-color: #CC6DAF;
}
.TagClassName
{
border-color: #CC6DAF;
}
</style>