Shades of Hopbush #CC639F
Tints of Hopbush #CC639F
RGB
CMYK
RGB Variations
Color information
#CC639F (or 0xCC639F) is known color: Hopbush. HEX triplet: CC, 63 and 9F. RGB value is (204,99,159). Sum of RGB (Red+Green+Blue) = 204+99+159=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 99 (39.06% from 255 or 21.43% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC639F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC639F is #339C60. Grayscale: #898989. Windows color (decimal): -3382369 or 10445772. OLE color: 10445772.
HSL color Cylindrical-coordinate representation of color #CC639F: hue angle of 325.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 #CC639F is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 159 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.2 |
| HSL | 325.71º | 0.51% | 0.59% | - |
| HSV(B) | 325.71º | 0.51% | 0.8% | - |
| XYZ | 35.62 | 24.26 | 35.61 | - |
| YUV | 137.24 | 140.29 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 159 | 0 | 0.51 | 0.22 | 0.2 | 325.71 | 0.51 | 0.59 |
| Hex | CC | 63 | 9F | 0 | 33 | 16 | 14 | 146 | 33 | 3B |
| Octal | 314 | 143 | 237 | 0 | 63 | 26 | 24 | 506 | 63 | 73 |
| Binary | 11001100 | 1100011 | 10011111 | 0 | 110011 | 10110 | 10100 | 101000110 | 110011 | 111011 |
Color Harmonies of #CC639F
Complementary color
Monochromatic Colors of #CC639F
Black with #CC639F
Text Example
Text Example
White with #CC639F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC639F; }
p { color: rgb(204,99,159); }
H1.HeaderClassName
{
color: #CC639F;
}
.AnyTagClassName
{
color: #CC639F;
}
</style>
background-color css
<style>
a { background-color: #CC639F; }
a { background-color: rgb(204,99,159); }
div.DivClassName
{
background-color: #CC639F;
}
.BgClassName
{
background-color: #CC639F;
}
</style>
border-color css
<style>
span { border-color: #CC639F; }
span { border-color: rgb(204,99,159); }
td.TdClassName
{
border-color: #CC639F;
}
.TagClassName
{
border-color: #CC639F;
}
</style>