Shades of Hopbush #CC68A8
Tints of Hopbush #CC68A8
RGB
CMYK
RGB Variations
Color information
#CC68A8 (or 0xCC68A8) is known color: Hopbush. HEX triplet: CC, 68 and A8. RGB value is (204,104,168). Sum of RGB (Red+Green+Blue) = 204+104+168=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 104 (41.02% from 255 or 21.85% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC68A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC68A8 is #339757. Grayscale: #8D8D8D. Windows color (decimal): -3381080 or 11036876. OLE color: 11036876.
HSL color Cylindrical-coordinate representation of color #CC68A8: hue angle of 321.6º 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 #CC68A8 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 168 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.2 |
| HSL | 321.6º | 0.5% | 0.6% | - |
| HSV(B) | 321.6º | 0.49% | 0.8% | - |
| XYZ | 36.92 | 25.57 | 40.03 | - |
| YUV | 141.2 | 143.13 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 168 | 0 | 0.49 | 0.18 | 0.2 | 321.6 | 0.5 | 0.6 |
| Hex | CC | 68 | A8 | 0 | 31 | 12 | 14 | 142 | 32 | 3C |
| Octal | 314 | 150 | 250 | 0 | 61 | 22 | 24 | 502 | 62 | 74 |
| Binary | 11001100 | 1101000 | 10101000 | 0 | 110001 | 10010 | 10100 | 101000010 | 110010 | 111100 |
Color Harmonies of #CC68A8
Complementary color
Monochromatic Colors of #CC68A8
Black with #CC68A8
Text Example
Text Example
White with #CC68A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC68A8; }
p { color: rgb(204,104,168); }
H1.HeaderClassName
{
color: #CC68A8;
}
.AnyTagClassName
{
color: #CC68A8;
}
</style>
background-color css
<style>
a { background-color: #CC68A8; }
a { background-color: rgb(204,104,168); }
div.DivClassName
{
background-color: #CC68A8;
}
.BgClassName
{
background-color: #CC68A8;
}
</style>
border-color css
<style>
span { border-color: #CC68A8; }
span { border-color: rgb(204,104,168); }
td.TdClassName
{
border-color: #CC68A8;
}
.TagClassName
{
border-color: #CC68A8;
}
</style>