Shades of Hopbush #CD628C
Tints of Hopbush #CD628C
RGB
CMYK
RGB Variations
Color information
#CD628C (or 0xCD628C) is known color: Hopbush. HEX triplet: CD, 62 and 8C. RGB value is (205,98,140). Sum of RGB (Red+Green+Blue) = 205+98+140=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CD628C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD628C is #329D73. Grayscale: #868686. Windows color (decimal): -3317108 or 9200333. OLE color: 9200333.
HSL color Cylindrical-coordinate representation of color #CD628C: hue angle of 336.45º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD628C is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 98 | 140 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.20 |
| HSL | 336.45º | 0.52% | 0.59% | - |
| HSV(B) | 336.45º | 0.52% | 0.8% | - |
| XYZ | 34.28 | 23.61 | 27.56 | - |
| YUV | 134.78 | 130.95 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 98 | 140 | 0 | 0.52 | 0.32 | 0.20 | 336.45 | 0.52 | 0.59 |
| Hex | CD | 62 | 8C | 0 | 34 | 20 | 14 | 150 | 34 | 3B |
| Octal | 315 | 142 | 214 | 0 | 64 | 40 | 24 | 520 | 64 | 73 |
| Binary | 11001101 | 1100010 | 10001100 | 0 | 110100 | 100000 | 10100 | 101010000 | 110100 | 111011 |
Color Harmonies of #CD628C
Complementary color
Monochromatic Colors of #CD628C
Black with #CD628C
Text Example
Text Example
White with #CD628C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD628C; }
p { color: rgb(205,98,140); }
H1.HeaderClassName
{
color: #CD628C;
}
.AnyTagClassName
{
color: #CD628C;
}
</style>
background-color css
<style>
a { background-color: #CD628C; }
a { background-color: rgb(205,98,140); }
div.DivClassName
{
background-color: #CD628C;
}
.BgClassName
{
background-color: #CD628C;
}
</style>
border-color css
<style>
span { border-color: #CD628C; }
span { border-color: rgb(205,98,140); }
td.TdClassName
{
border-color: #CD628C;
}
.TagClassName
{
border-color: #CD628C;
}
</style>