Shades of Hopbush #CC63A6
Tints of Hopbush #CC63A6
RGB
CMYK
RGB Variations
Color information
#CC63A6 (or 0xCC63A6) is known color: Hopbush. HEX triplet: CC, 63 and A6. RGB value is (204,99,166). Sum of RGB (Red+Green+Blue) = 204+99+166=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 166 (65.23% from 255 or 35.39% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC63A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC63A6 is #339C59. Grayscale: #898989. Windows color (decimal): -3382362 or 10904524. OLE color: 10904524.
HSL color Cylindrical-coordinate representation of color #CC63A6: hue angle of 321.71º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC63A6 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 166 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.2 |
| HSL | 321.71º | 0.51% | 0.59% | - |
| HSV(B) | 321.71º | 0.51% | 0.8% | - |
| XYZ | 36.25 | 24.51 | 38.9 | - |
| YUV | 138.03 | 143.79 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 166 | 0 | 0.51 | 0.19 | 0.2 | 321.71 | 0.51 | 0.59 |
| Hex | CC | 63 | A6 | 0 | 33 | 13 | 14 | 142 | 33 | 3B |
| Octal | 314 | 143 | 246 | 0 | 63 | 23 | 24 | 502 | 63 | 73 |
| Binary | 11001100 | 1100011 | 10100110 | 0 | 110011 | 10011 | 10100 | 101000010 | 110011 | 111011 |
Color Harmonies of #CC63A6
Complementary color
Monochromatic Colors of #CC63A6
Black with #CC63A6
Text Example
Text Example
White with #CC63A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC63A6; }
p { color: rgb(204,99,166); }
H1.HeaderClassName
{
color: #CC63A6;
}
.AnyTagClassName
{
color: #CC63A6;
}
</style>
background-color css
<style>
a { background-color: #CC63A6; }
a { background-color: rgb(204,99,166); }
div.DivClassName
{
background-color: #CC63A6;
}
.BgClassName
{
background-color: #CC63A6;
}
</style>
border-color css
<style>
span { border-color: #CC63A6; }
span { border-color: rgb(204,99,166); }
td.TdClassName
{
border-color: #CC63A6;
}
.TagClassName
{
border-color: #CC63A6;
}
</style>