Shades of Charm #CD6F89
Tints of Charm #CD6F89
RGB
CMYK
RGB Variations
Color information
#CD6F89 (or 0xCD6F89) is known color: Charm. HEX triplet: CD, 6F and 89. RGB value is (205,111,137). Sum of RGB (Red+Green+Blue) = 205+111+137=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 137 (53.91% from 255 or 30.24% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6F89 is #329076. Grayscale: #8E8E8E. Windows color (decimal): -3313783 or 9007053. OLE color: 9007053.
HSL color Cylindrical-coordinate representation of color #CD6F89: hue angle of 343.4º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CD6F89 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 111 | 137 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.20 |
| HSL | 343.4º | 0.48% | 0.62% | - |
| HSV(B) | 343.4º | 0.46% | 0.8% | - |
| XYZ | 35.38 | 26.15 | 26.85 | - |
| YUV | 142.07 | 125.14 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 111 | 137 | 0 | 0.46 | 0.33 | 0.20 | 343.4 | 0.48 | 0.62 |
| Hex | CD | 6F | 89 | 0 | 2E | 21 | 14 | 157 | 30 | 3E |
| Octal | 315 | 157 | 211 | 0 | 56 | 41 | 24 | 527 | 60 | 76 |
| Binary | 11001101 | 1101111 | 10001001 | 0 | 101110 | 100001 | 10100 | 101010111 | 110000 | 111110 |
Color Harmonies of #CD6F89
Complementary color
Monochromatic Colors of #CD6F89
Black with #CD6F89
Text Example
Text Example
White with #CD6F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6F89; }
p { color: rgb(205,111,137); }
H1.HeaderClassName
{
color: #CD6F89;
}
.AnyTagClassName
{
color: #CD6F89;
}
</style>
background-color css
<style>
a { background-color: #CD6F89; }
a { background-color: rgb(205,111,137); }
div.DivClassName
{
background-color: #CD6F89;
}
.BgClassName
{
background-color: #CD6F89;
}
</style>
border-color css
<style>
span { border-color: #CD6F89; }
span { border-color: rgb(205,111,137); }
td.TdClassName
{
border-color: #CD6F89;
}
.TagClassName
{
border-color: #CD6F89;
}
</style>