Shades of Hopbush #CC68A4
Tints of Hopbush #CC68A4
RGB
CMYK
RGB Variations
Color information
#CC68A4 (or 0xCC68A4) is known color: Hopbush. HEX triplet: CC, 68 and A4. RGB value is (204,104,164). Sum of RGB (Red+Green+Blue) = 204+104+164=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CC68A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC68A4 is #33975B. Grayscale: #8C8C8C. Windows color (decimal): -3381084 or 10774732. OLE color: 10774732.
HSL color Cylindrical-coordinate representation of color #CC68A4: hue angle of 324º 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 #CC68A4 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 164 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.2 |
| HSL | 324º | 0.5% | 0.6% | - |
| HSV(B) | 324º | 0.49% | 0.8% | - |
| XYZ | 36.55 | 25.42 | 38.1 | - |
| YUV | 140.74 | 141.13 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 164 | 0 | 0.49 | 0.20 | 0.2 | 324 | 0.5 | 0.6 |
| Hex | CC | 68 | A4 | 0 | 31 | 14 | 14 | 144 | 32 | 3C |
| Octal | 314 | 150 | 244 | 0 | 61 | 24 | 24 | 504 | 62 | 74 |
| Binary | 11001100 | 1101000 | 10100100 | 0 | 110001 | 10100 | 10100 | 101000100 | 110010 | 111100 |
Color Harmonies of #CC68A4
Complementary color
Monochromatic Colors of #CC68A4
Black with #CC68A4
Text Example
Text Example
White with #CC68A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC68A4; }
p { color: rgb(204,104,164); }
H1.HeaderClassName
{
color: #CC68A4;
}
.AnyTagClassName
{
color: #CC68A4;
}
</style>
background-color css
<style>
a { background-color: #CC68A4; }
a { background-color: rgb(204,104,164); }
div.DivClassName
{
background-color: #CC68A4;
}
.BgClassName
{
background-color: #CC68A4;
}
</style>
border-color css
<style>
span { border-color: #CC68A4; }
span { border-color: rgb(204,104,164); }
td.TdClassName
{
border-color: #CC68A4;
}
.TagClassName
{
border-color: #CC68A4;
}
</style>