Shades of Hopbush #CC638C
Tints of Hopbush #CC638C
RGB
CMYK
RGB Variations
Color information
#CC638C (or 0xCC638C) is known color: Hopbush. HEX triplet: CC, 63 and 8C. RGB value is (204,99,140). Sum of RGB (Red+Green+Blue) = 204+99+140=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 99 (39.06% from 255 or 22.35% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC638C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC638C is #339C73. Grayscale: #878787. Windows color (decimal): -3382388 or 9200588. OLE color: 9200588.
HSL color Cylindrical-coordinate representation of color #CC638C: hue angle of 336.57º 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 #CC638C is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 140 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.2 |
| HSL | 336.57º | 0.51% | 0.59% | - |
| HSV(B) | 336.57º | 0.51% | 0.8% | - |
| XYZ | 34.1 | 23.65 | 27.58 | - |
| YUV | 135.07 | 130.79 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 140 | 0 | 0.51 | 0.31 | 0.2 | 336.57 | 0.51 | 0.59 |
| Hex | CC | 63 | 8C | 0 | 33 | 1F | 14 | 151 | 33 | 3B |
| Octal | 314 | 143 | 214 | 0 | 63 | 37 | 24 | 521 | 63 | 73 |
| Binary | 11001100 | 1100011 | 10001100 | 0 | 110011 | 11111 | 10100 | 101010001 | 110011 | 111011 |
Color Harmonies of #CC638C
Complementary color
Monochromatic Colors of #CC638C
Black with #CC638C
Text Example
Text Example
White with #CC638C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC638C; }
p { color: rgb(204,99,140); }
H1.HeaderClassName
{
color: #CC638C;
}
.AnyTagClassName
{
color: #CC638C;
}
</style>
background-color css
<style>
a { background-color: #CC638C; }
a { background-color: rgb(204,99,140); }
div.DivClassName
{
background-color: #CC638C;
}
.BgClassName
{
background-color: #CC638C;
}
</style>
border-color css
<style>
span { border-color: #CC638C; }
span { border-color: rgb(204,99,140); }
td.TdClassName
{
border-color: #CC638C;
}
.TagClassName
{
border-color: #CC638C;
}
</style>