Shades of Hopbush #CD719C
Tints of Hopbush #CD719C
RGB
CMYK
RGB Variations
Color information
#CD719C (or 0xCD719C) is known color: Hopbush. HEX triplet: CD, 71 and 9C. RGB value is (205,113,156). Sum of RGB (Red+Green+Blue) = 205+113+156=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 205 - color contains mainly: red. Hex color #CD719C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD719C is #328E63. Grayscale: #919191. Windows color (decimal): -3313252 or 10252749. OLE color: 10252749.
HSL color Cylindrical-coordinate representation of color #CD719C: hue angle of 331.96º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CD719C is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 113 | 156 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.20 |
| HSL | 331.96º | 0.48% | 0.62% | - |
| HSV(B) | 331.96º | 0.45% | 0.8% | - |
| XYZ | 37.08 | 27.19 | 34.75 | - |
| YUV | 145.41 | 133.98 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 113 | 156 | 0 | 0.45 | 0.24 | 0.20 | 331.96 | 0.48 | 0.62 |
| Hex | CD | 71 | 9C | 0 | 2D | 18 | 14 | 14C | 30 | 3E |
| Octal | 315 | 161 | 234 | 0 | 55 | 30 | 24 | 514 | 60 | 76 |
| Binary | 11001101 | 1110001 | 10011100 | 0 | 101101 | 11000 | 10100 | 101001100 | 110000 | 111110 |
Color Harmonies of #CD719C
Complementary color
Monochromatic Colors of #CD719C
Black with #CD719C
Text Example
Text Example
White with #CD719C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD719C; }
p { color: rgb(205,113,156); }
H1.HeaderClassName
{
color: #CD719C;
}
.AnyTagClassName
{
color: #CD719C;
}
</style>
background-color css
<style>
a { background-color: #CD719C; }
a { background-color: rgb(205,113,156); }
div.DivClassName
{
background-color: #CD719C;
}
.BgClassName
{
background-color: #CD719C;
}
</style>
border-color css
<style>
span { border-color: #CD719C; }
span { border-color: rgb(205,113,156); }
td.TdClassName
{
border-color: #CD719C;
}
.TagClassName
{
border-color: #CD719C;
}
</style>