Shades of Hopbush #CD669A
Tints of Hopbush #CD669A
RGB
CMYK
RGB Variations
Color information
#CD669A (or 0xCD669A) is known color: Hopbush. HEX triplet: CD, 66 and 9A. RGB value is (205,102,154). Sum of RGB (Red+Green+Blue) = 205+102+154=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CD669A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD669A is #329965. Grayscale: #8A8A8A. Windows color (decimal): -3316070 or 10118861. OLE color: 10118861.
HSL color Cylindrical-coordinate representation of color #CD669A: hue angle of 329.71º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD669A is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 102 | 154 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.20 |
| HSL | 329.71º | 0.51% | 0.6% | - |
| HSV(B) | 329.71º | 0.5% | 0.8% | - |
| XYZ | 35.76 | 24.81 | 33.48 | - |
| YUV | 138.73 | 136.62 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 102 | 154 | 0 | 0.50 | 0.25 | 0.20 | 329.71 | 0.51 | 0.6 |
| Hex | CD | 66 | 9A | 0 | 32 | 19 | 14 | 14A | 33 | 3C |
| Octal | 315 | 146 | 232 | 0 | 62 | 31 | 24 | 512 | 63 | 74 |
| Binary | 11001101 | 1100110 | 10011010 | 0 | 110010 | 11001 | 10100 | 101001010 | 110011 | 111100 |
Color Harmonies of #CD669A
Complementary color
Monochromatic Colors of #CD669A
Black with #CD669A
Text Example
Text Example
White with #CD669A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD669A; }
p { color: rgb(205,102,154); }
H1.HeaderClassName
{
color: #CD669A;
}
.AnyTagClassName
{
color: #CD669A;
}
</style>
background-color css
<style>
a { background-color: #CD669A; }
a { background-color: rgb(205,102,154); }
div.DivClassName
{
background-color: #CD669A;
}
.BgClassName
{
background-color: #CD669A;
}
</style>
border-color css
<style>
span { border-color: #CD669A; }
span { border-color: rgb(205,102,154); }
td.TdClassName
{
border-color: #CD669A;
}
.TagClassName
{
border-color: #CD669A;
}
</style>