Shades of Hopbush #CD608C
Tints of Hopbush #CD608C
RGB
CMYK
RGB Variations
Color information
#CD608C (or 0xCD608C) is known color: Hopbush. HEX triplet: CD, 60 and 8C. RGB value is (205,96,140). Sum of RGB (Red+Green+Blue) = 205+96+140=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CD608C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD608C is #329F73. Grayscale: #858585. Windows color (decimal): -3317620 or 9199821. OLE color: 9199821.
HSL color Cylindrical-coordinate representation of color #CD608C: hue angle of 335.78º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CD608C is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 96 | 140 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.20 |
| HSL | 335.78º | 0.52% | 0.59% | - |
| HSV(B) | 335.78º | 0.53% | 0.8% | - |
| XYZ | 34.09 | 23.24 | 27.5 | - |
| YUV | 133.61 | 131.61 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 96 | 140 | 0 | 0.53 | 0.32 | 0.20 | 335.78 | 0.52 | 0.59 |
| Hex | CD | 60 | 8C | 0 | 35 | 20 | 14 | 150 | 34 | 3B |
| Octal | 315 | 140 | 214 | 0 | 65 | 40 | 24 | 520 | 64 | 73 |
| Binary | 11001101 | 1100000 | 10001100 | 0 | 110101 | 100000 | 10100 | 101010000 | 110100 | 111011 |
Color Harmonies of #CD608C
Complementary color
Monochromatic Colors of #CD608C
Black with #CD608C
Text Example
Text Example
White with #CD608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD608C; }
p { color: rgb(205,96,140); }
H1.HeaderClassName
{
color: #CD608C;
}
.AnyTagClassName
{
color: #CD608C;
}
</style>
background-color css
<style>
a { background-color: #CD608C; }
a { background-color: rgb(205,96,140); }
div.DivClassName
{
background-color: #CD608C;
}
.BgClassName
{
background-color: #CD608C;
}
</style>
border-color css
<style>
span { border-color: #CD608C; }
span { border-color: rgb(205,96,140); }
td.TdClassName
{
border-color: #CD608C;
}
.TagClassName
{
border-color: #CD608C;
}
</style>