Shades of Hopbush #CD609A
Tints of Hopbush #CD609A
RGB
CMYK
RGB Variations
Color information
#CD609A (or 0xCD609A) is known color: Hopbush. HEX triplet: CD, 60 and 9A. RGB value is (205,96,154). Sum of RGB (Red+Green+Blue) = 205+96+154=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CD609A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD609A is #329F65. Grayscale: #878787. Windows color (decimal): -3317606 or 10117325. OLE color: 10117325.
HSL color Cylindrical-coordinate representation of color #CD609A: hue angle of 328.07º 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 #CD609A is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 96 | 154 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.20 |
| HSL | 328.07º | 0.52% | 0.59% | - |
| HSV(B) | 328.07º | 0.53% | 0.8% | - |
| XYZ | 35.19 | 23.68 | 33.29 | - |
| YUV | 135.2 | 138.61 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 96 | 154 | 0 | 0.53 | 0.25 | 0.20 | 328.07 | 0.52 | 0.59 |
| Hex | CD | 60 | 9A | 0 | 35 | 19 | 14 | 148 | 34 | 3B |
| Octal | 315 | 140 | 232 | 0 | 65 | 31 | 24 | 510 | 64 | 73 |
| Binary | 11001101 | 1100000 | 10011010 | 0 | 110101 | 11001 | 10100 | 101001000 | 110100 | 111011 |
Color Harmonies of #CD609A
Complementary color
Monochromatic Colors of #CD609A
Black with #CD609A
Text Example
Text Example
White with #CD609A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD609A; }
p { color: rgb(205,96,154); }
H1.HeaderClassName
{
color: #CD609A;
}
.AnyTagClassName
{
color: #CD609A;
}
</style>
background-color css
<style>
a { background-color: #CD609A; }
a { background-color: rgb(205,96,154); }
div.DivClassName
{
background-color: #CD609A;
}
.BgClassName
{
background-color: #CD609A;
}
</style>
border-color css
<style>
span { border-color: #CD609A; }
span { border-color: rgb(205,96,154); }
td.TdClassName
{
border-color: #CD609A;
}
.TagClassName
{
border-color: #CD609A;
}
</style>