Shades of Hopbush #CD769B
Tints of Hopbush #CD769B
RGB
CMYK
RGB Variations
Color information
#CD769B (or 0xCD769B) is known color: Hopbush. HEX triplet: CD, 76 and 9B. RGB value is (205,118,155). Sum of RGB (Red+Green+Blue) = 205+118+155=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 205 - color contains mainly: red. Hex color #CD769B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD769B is #328964. Grayscale: #949494. Windows color (decimal): -3311973 or 10188493. OLE color: 10188493.
HSL color Cylindrical-coordinate representation of color #CD769B: hue angle of 334.48º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CD769B is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 118 | 155 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.20 |
| HSL | 334.48º | 0.47% | 0.63% | - |
| HSV(B) | 334.48º | 0.42% | 0.8% | - |
| XYZ | 37.57 | 28.3 | 34.49 | - |
| YUV | 148.23 | 131.82 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 118 | 155 | 0 | 0.42 | 0.24 | 0.20 | 334.48 | 0.47 | 0.63 |
| Hex | CD | 76 | 9B | 0 | 2A | 18 | 14 | 14E | 2F | 3F |
| Octal | 315 | 166 | 233 | 0 | 52 | 30 | 24 | 516 | 57 | 77 |
| Binary | 11001101 | 1110110 | 10011011 | 0 | 101010 | 11000 | 10100 | 101001110 | 101111 | 111111 |
Color Harmonies of #CD769B
Complementary color
Monochromatic Colors of #CD769B
Black with #CD769B
Text Example
Text Example
White with #CD769B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD769B; }
p { color: rgb(205,118,155); }
H1.HeaderClassName
{
color: #CD769B;
}
.AnyTagClassName
{
color: #CD769B;
}
</style>
background-color css
<style>
a { background-color: #CD769B; }
a { background-color: rgb(205,118,155); }
div.DivClassName
{
background-color: #CD769B;
}
.BgClassName
{
background-color: #CD769B;
}
</style>
border-color css
<style>
span { border-color: #CD769B; }
span { border-color: rgb(205,118,155); }
td.TdClassName
{
border-color: #CD769B;
}
.TagClassName
{
border-color: #CD769B;
}
</style>