Shades of Hopbush #CD608B
Tints of Hopbush #CD608B
RGB
CMYK
RGB Variations
Color information
#CD608B (or 0xCD608B) is known color: Hopbush. HEX triplet: CD, 60 and 8B. RGB value is (205,96,139). Sum of RGB (Red+Green+Blue) = 205+96+139=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 205 - color contains mainly: red. Hex color #CD608B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD608B is #329F74. Grayscale: #858585. Windows color (decimal): -3317621 or 9134285. OLE color: 9134285.
HSL color Cylindrical-coordinate representation of color #CD608B: hue angle of 336.33º 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 #CD608B is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 96 | 139 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.20 |
| HSL | 336.33º | 0.52% | 0.59% | - |
| HSV(B) | 336.33º | 0.53% | 0.8% | - |
| XYZ | 34.02 | 23.21 | 27.11 | - |
| YUV | 133.49 | 131.11 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 96 | 139 | 0 | 0.53 | 0.32 | 0.20 | 336.33 | 0.52 | 0.59 |
| Hex | CD | 60 | 8B | 0 | 35 | 20 | 14 | 150 | 34 | 3B |
| Octal | 315 | 140 | 213 | 0 | 65 | 40 | 24 | 520 | 64 | 73 |
| Binary | 11001101 | 1100000 | 10001011 | 0 | 110101 | 100000 | 10100 | 101010000 | 110100 | 111011 |
Color Harmonies of #CD608B
Complementary color
Monochromatic Colors of #CD608B
Black with #CD608B
Text Example
Text Example
White with #CD608B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD608B; }
p { color: rgb(205,96,139); }
H1.HeaderClassName
{
color: #CD608B;
}
.AnyTagClassName
{
color: #CD608B;
}
</style>
background-color css
<style>
a { background-color: #CD608B; }
a { background-color: rgb(205,96,139); }
div.DivClassName
{
background-color: #CD608B;
}
.BgClassName
{
background-color: #CD608B;
}
</style>
border-color css
<style>
span { border-color: #CD608B; }
span { border-color: rgb(205,96,139); }
td.TdClassName
{
border-color: #CD608B;
}
.TagClassName
{
border-color: #CD608B;
}
</style>