Shades of Hopbush #CC68AC
Tints of Hopbush #CC68AC
RGB
CMYK
RGB Variations
Color information
#CC68AC (or 0xCC68AC) is known color: Hopbush. HEX triplet: CC, 68 and AC. RGB value is (204,104,172). Sum of RGB (Red+Green+Blue) = 204+104+172=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 104 (41.02% from 255 or 21.67% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CC68AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC68AC is #339753. Grayscale: #8D8D8D. Windows color (decimal): -3381076 or 11299020. OLE color: 11299020.
HSL color Cylindrical-coordinate representation of color #CC68AC: hue angle of 319.2º 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 #CC68AC is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 172 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.2 |
| HSL | 319.2º | 0.5% | 0.6% | - |
| HSV(B) | 319.2º | 0.49% | 0.8% | - |
| XYZ | 37.3 | 25.72 | 42.03 | - |
| YUV | 141.65 | 145.13 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 172 | 0 | 0.49 | 0.16 | 0.2 | 319.2 | 0.5 | 0.6 |
| Hex | CC | 68 | AC | 0 | 31 | 10 | 14 | 13F | 32 | 3C |
| Octal | 314 | 150 | 254 | 0 | 61 | 20 | 24 | 477 | 62 | 74 |
| Binary | 11001100 | 1101000 | 10101100 | 0 | 110001 | 10000 | 10100 | 100111111 | 110010 | 111100 |
Color Harmonies of #CC68AC
Complementary color
Monochromatic Colors of #CC68AC
Black with #CC68AC
Text Example
Text Example
White with #CC68AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC68AC; }
p { color: rgb(204,104,172); }
H1.HeaderClassName
{
color: #CC68AC;
}
.AnyTagClassName
{
color: #CC68AC;
}
</style>
background-color css
<style>
a { background-color: #CC68AC; }
a { background-color: rgb(204,104,172); }
div.DivClassName
{
background-color: #CC68AC;
}
.BgClassName
{
background-color: #CC68AC;
}
</style>
border-color css
<style>
span { border-color: #CC68AC; }
span { border-color: rgb(204,104,172); }
td.TdClassName
{
border-color: #CC68AC;
}
.TagClassName
{
border-color: #CC68AC;
}
</style>