Shades of Hopbush #CD749A
Tints of Hopbush #CD749A
RGB
CMYK
RGB Variations
Color information
#CD749A (or 0xCD749A) is known color: Hopbush. HEX triplet: CD, 74 and 9A. RGB value is (205,116,154). Sum of RGB (Red+Green+Blue) = 205+116+154=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 205 - color contains mainly: red. Hex color #CD749A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD749A is #328B65. Grayscale: #929292. Windows color (decimal): -3312486 or 10122445. OLE color: 10122445.
HSL color Cylindrical-coordinate representation of color #CD749A: hue angle of 334.38º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CD749A is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 116 | 154 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.20 |
| HSL | 334.38º | 0.47% | 0.63% | - |
| HSV(B) | 334.38º | 0.43% | 0.8% | - |
| XYZ | 37.25 | 27.8 | 33.97 | - |
| YUV | 146.94 | 131.99 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 116 | 154 | 0 | 0.43 | 0.25 | 0.20 | 334.38 | 0.47 | 0.63 |
| Hex | CD | 74 | 9A | 0 | 2B | 19 | 14 | 14E | 2F | 3F |
| Octal | 315 | 164 | 232 | 0 | 53 | 31 | 24 | 516 | 57 | 77 |
| Binary | 11001101 | 1110100 | 10011010 | 0 | 101011 | 11001 | 10100 | 101001110 | 101111 | 111111 |
Color Harmonies of #CD749A
Complementary color
Monochromatic Colors of #CD749A
Black with #CD749A
Text Example
Text Example
White with #CD749A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD749A; }
p { color: rgb(205,116,154); }
H1.HeaderClassName
{
color: #CD749A;
}
.AnyTagClassName
{
color: #CD749A;
}
</style>
background-color css
<style>
a { background-color: #CD749A; }
a { background-color: rgb(205,116,154); }
div.DivClassName
{
background-color: #CD749A;
}
.BgClassName
{
background-color: #CD749A;
}
</style>
border-color css
<style>
span { border-color: #CD749A; }
span { border-color: rgb(205,116,154); }
td.TdClassName
{
border-color: #CD749A;
}
.TagClassName
{
border-color: #CD749A;
}
</style>