Shades of Hopbush #CC65A4
Tints of Hopbush #CC65A4
RGB
CMYK
RGB Variations
Color information
#CC65A4 (or 0xCC65A4) is known color: Hopbush. HEX triplet: CC, 65 and A4. RGB value is (204,101,164). Sum of RGB (Red+Green+Blue) = 204+101+164=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 101 (39.84% from 255 or 21.54% from 469); Blue value is 164 (64.45% from 255 or 34.97% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC65A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC65A4 is #339A5B. Grayscale: #8A8A8A. Windows color (decimal): -3381852 or 10773964. OLE color: 10773964.
HSL color Cylindrical-coordinate representation of color #CC65A4: hue angle of 323.3º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC65A4 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 164 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.2 |
| HSL | 323.3º | 0.5% | 0.6% | - |
| HSV(B) | 323.3º | 0.5% | 0.8% | - |
| XYZ | 36.26 | 24.83 | 38 | - |
| YUV | 138.98 | 142.12 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 164 | 0 | 0.50 | 0.20 | 0.2 | 323.3 | 0.5 | 0.6 |
| Hex | CC | 65 | A4 | 0 | 32 | 14 | 14 | 143 | 32 | 3C |
| Octal | 314 | 145 | 244 | 0 | 62 | 24 | 24 | 503 | 62 | 74 |
| Binary | 11001100 | 1100101 | 10100100 | 0 | 110010 | 10100 | 10100 | 101000011 | 110010 | 111100 |
Color Harmonies of #CC65A4
Complementary color
Monochromatic Colors of #CC65A4
Black with #CC65A4
Text Example
Text Example
White with #CC65A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC65A4; }
p { color: rgb(204,101,164); }
H1.HeaderClassName
{
color: #CC65A4;
}
.AnyTagClassName
{
color: #CC65A4;
}
</style>
background-color css
<style>
a { background-color: #CC65A4; }
a { background-color: rgb(204,101,164); }
div.DivClassName
{
background-color: #CC65A4;
}
.BgClassName
{
background-color: #CC65A4;
}
</style>
border-color css
<style>
span { border-color: #CC65A4; }
span { border-color: rgb(204,101,164); }
td.TdClassName
{
border-color: #CC65A4;
}
.TagClassName
{
border-color: #CC65A4;
}
</style>