Shades of Hopbush #CC639D
Tints of Hopbush #CC639D
RGB
CMYK
RGB Variations
Color information
#CC639D (or 0xCC639D) is known color: Hopbush. HEX triplet: CC, 63 and 9D. RGB value is (204,99,157). Sum of RGB (Red+Green+Blue) = 204+99+157=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC639D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC639D is #339C62. Grayscale: #888888. Windows color (decimal): -3382371 or 10314700. OLE color: 10314700.
HSL color Cylindrical-coordinate representation of color #CC639D: hue angle of 326.86º 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 #CC639D is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 157 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.2 |
| HSL | 326.86º | 0.51% | 0.59% | - |
| HSV(B) | 326.86º | 0.51% | 0.8% | - |
| XYZ | 35.45 | 24.2 | 34.7 | - |
| YUV | 137.01 | 139.29 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 157 | 0 | 0.51 | 0.23 | 0.2 | 326.86 | 0.51 | 0.59 |
| Hex | CC | 63 | 9D | 0 | 33 | 17 | 14 | 147 | 33 | 3B |
| Octal | 314 | 143 | 235 | 0 | 63 | 27 | 24 | 507 | 63 | 73 |
| Binary | 11001100 | 1100011 | 10011101 | 0 | 110011 | 10111 | 10100 | 101000111 | 110011 | 111011 |
Color Harmonies of #CC639D
Complementary color
Monochromatic Colors of #CC639D
Black with #CC639D
Text Example
Text Example
White with #CC639D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC639D; }
p { color: rgb(204,99,157); }
H1.HeaderClassName
{
color: #CC639D;
}
.AnyTagClassName
{
color: #CC639D;
}
</style>
background-color css
<style>
a { background-color: #CC639D; }
a { background-color: rgb(204,99,157); }
div.DivClassName
{
background-color: #CC639D;
}
.BgClassName
{
background-color: #CC639D;
}
</style>
border-color css
<style>
span { border-color: #CC639D; }
span { border-color: rgb(204,99,157); }
td.TdClassName
{
border-color: #CC639D;
}
.TagClassName
{
border-color: #CC639D;
}
</style>