Shades of Hopbush #CC68A6
Tints of Hopbush #CC68A6
RGB
CMYK
RGB Variations
Color information
#CC68A6 (or 0xCC68A6) is known color: Hopbush. HEX triplet: CC, 68 and A6. RGB value is (204,104,166). Sum of RGB (Red+Green+Blue) = 204+104+166=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 166 (65.23% from 255 or 35.02% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CC68A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC68A6 is #339759. Grayscale: #8C8C8C. Windows color (decimal): -3381082 or 10905804. OLE color: 10905804.
HSL color Cylindrical-coordinate representation of color #CC68A6: hue angle of 322.8º 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 #CC68A6 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 166 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.2 |
| HSL | 322.8º | 0.5% | 0.6% | - |
| HSV(B) | 322.8º | 0.49% | 0.8% | - |
| XYZ | 36.74 | 25.49 | 39.06 | - |
| YUV | 140.97 | 142.13 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 166 | 0 | 0.49 | 0.19 | 0.2 | 322.8 | 0.5 | 0.6 |
| Hex | CC | 68 | A6 | 0 | 31 | 13 | 14 | 143 | 32 | 3C |
| Octal | 314 | 150 | 246 | 0 | 61 | 23 | 24 | 503 | 62 | 74 |
| Binary | 11001100 | 1101000 | 10100110 | 0 | 110001 | 10011 | 10100 | 101000011 | 110010 | 111100 |
Color Harmonies of #CC68A6
Complementary color
Monochromatic Colors of #CC68A6
Black with #CC68A6
Text Example
Text Example
White with #CC68A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC68A6; }
p { color: rgb(204,104,166); }
H1.HeaderClassName
{
color: #CC68A6;
}
.AnyTagClassName
{
color: #CC68A6;
}
</style>
background-color css
<style>
a { background-color: #CC68A6; }
a { background-color: rgb(204,104,166); }
div.DivClassName
{
background-color: #CC68A6;
}
.BgClassName
{
background-color: #CC68A6;
}
</style>
border-color css
<style>
span { border-color: #CC68A6; }
span { border-color: rgb(204,104,166); }
td.TdClassName
{
border-color: #CC68A6;
}
.TagClassName
{
border-color: #CC68A6;
}
</style>