Shades of Hopbush #CC639B
Tints of Hopbush #CC639B
RGB
CMYK
RGB Variations
Color information
#CC639B (or 0xCC639B) is known color: Hopbush. HEX triplet: CC, 63 and 9B. RGB value is (204,99,155). Sum of RGB (Red+Green+Blue) = 204+99+155=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 99 (39.06% from 255 or 21.62% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC639B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC639B is #339C64. Grayscale: #888888. Windows color (decimal): -3382373 or 10183628. OLE color: 10183628.
HSL color Cylindrical-coordinate representation of color #CC639B: hue angle of 328º 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 #CC639B is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 155 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.2 |
| HSL | 328º | 0.51% | 0.59% | - |
| HSV(B) | 328º | 0.51% | 0.8% | - |
| XYZ | 35.28 | 24.13 | 33.81 | - |
| YUV | 136.78 | 138.29 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 155 | 0 | 0.51 | 0.24 | 0.2 | 328 | 0.51 | 0.59 |
| Hex | CC | 63 | 9B | 0 | 33 | 18 | 14 | 148 | 33 | 3B |
| Octal | 314 | 143 | 233 | 0 | 63 | 30 | 24 | 510 | 63 | 73 |
| Binary | 11001100 | 1100011 | 10011011 | 0 | 110011 | 11000 | 10100 | 101001000 | 110011 | 111011 |
Color Harmonies of #CC639B
Complementary color
Monochromatic Colors of #CC639B
Black with #CC639B
Text Example
Text Example
White with #CC639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC639B; }
p { color: rgb(204,99,155); }
H1.HeaderClassName
{
color: #CC639B;
}
.AnyTagClassName
{
color: #CC639B;
}
</style>
background-color css
<style>
a { background-color: #CC639B; }
a { background-color: rgb(204,99,155); }
div.DivClassName
{
background-color: #CC639B;
}
.BgClassName
{
background-color: #CC639B;
}
</style>
border-color css
<style>
span { border-color: #CC639B; }
span { border-color: rgb(204,99,155); }
td.TdClassName
{
border-color: #CC639B;
}
.TagClassName
{
border-color: #CC639B;
}
</style>