Shades of Hopbush #CD5C8B
Tints of Hopbush #CD5C8B
RGB
CMYK
RGB Variations
Color information
#CD5C8B (or 0xCD5C8B) is known color: Hopbush. HEX triplet: CD, 5C and 8B. RGB value is (205,92,139). Sum of RGB (Red+Green+Blue) = 205+92+139=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5C8B is #32A374. Grayscale: #838383. Windows color (decimal): -3318645 or 9133261. OLE color: 9133261.
HSL color Cylindrical-coordinate representation of color #CD5C8B: hue angle of 335.04º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CD5C8B is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 92 | 139 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.20 |
| HSL | 335.04º | 0.53% | 0.58% | - |
| HSV(B) | 335.04º | 0.55% | 0.8% | - |
| XYZ | 33.66 | 22.5 | 26.99 | - |
| YUV | 131.15 | 132.44 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 92 | 139 | 0 | 0.55 | 0.32 | 0.20 | 335.04 | 0.53 | 0.58 |
| Hex | CD | 5C | 8B | 0 | 37 | 20 | 14 | 14F | 35 | 3A |
| Octal | 315 | 134 | 213 | 0 | 67 | 40 | 24 | 517 | 65 | 72 |
| Binary | 11001101 | 1011100 | 10001011 | 0 | 110111 | 100000 | 10100 | 101001111 | 110101 | 111010 |
Color Harmonies of #CD5C8B
Complementary color
Monochromatic Colors of #CD5C8B
Black with #CD5C8B
Text Example
Text Example
White with #CD5C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5C8B; }
p { color: rgb(205,92,139); }
H1.HeaderClassName
{
color: #CD5C8B;
}
.AnyTagClassName
{
color: #CD5C8B;
}
</style>
background-color css
<style>
a { background-color: #CD5C8B; }
a { background-color: rgb(205,92,139); }
div.DivClassName
{
background-color: #CD5C8B;
}
.BgClassName
{
background-color: #CD5C8B;
}
</style>
border-color css
<style>
span { border-color: #CD5C8B; }
span { border-color: rgb(205,92,139); }
td.TdClassName
{
border-color: #CD5C8B;
}
.TagClassName
{
border-color: #CD5C8B;
}
</style>