Shades of Charm #CD768F
Tints of Charm #CD768F
RGB
CMYK
RGB Variations
Color information
#CD768F (or 0xCD768F) is known color: Charm. HEX triplet: CD, 76 and 8F. RGB value is (205,118,143). Sum of RGB (Red+Green+Blue) = 205+118+143=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 205 - color contains mainly: red. Hex color #CD768F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD768F is #328970. Grayscale: #929292. Windows color (decimal): -3311985 or 9402061. OLE color: 9402061.
HSL color Cylindrical-coordinate representation of color #CD768F: hue angle of 342.76º 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 #CD768F is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 118 | 143 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.20 |
| HSL | 342.76º | 0.47% | 0.63% | - |
| HSV(B) | 342.76º | 0.42% | 0.8% | - |
| XYZ | 36.61 | 27.92 | 29.45 | - |
| YUV | 146.86 | 125.82 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 118 | 143 | 0 | 0.42 | 0.30 | 0.20 | 342.76 | 0.47 | 0.63 |
| Hex | CD | 76 | 8F | 0 | 2A | 1E | 14 | 157 | 2F | 3F |
| Octal | 315 | 166 | 217 | 0 | 52 | 36 | 24 | 527 | 57 | 77 |
| Binary | 11001101 | 1110110 | 10001111 | 0 | 101010 | 11110 | 10100 | 101010111 | 101111 | 111111 |
Color Harmonies of #CD768F
Complementary color
Monochromatic Colors of #CD768F
Black with #CD768F
Text Example
Text Example
White with #CD768F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD768F; }
p { color: rgb(205,118,143); }
H1.HeaderClassName
{
color: #CD768F;
}
.AnyTagClassName
{
color: #CD768F;
}
</style>
background-color css
<style>
a { background-color: #CD768F; }
a { background-color: rgb(205,118,143); }
div.DivClassName
{
background-color: #CD768F;
}
.BgClassName
{
background-color: #CD768F;
}
</style>
border-color css
<style>
span { border-color: #CD768F; }
span { border-color: rgb(205,118,143); }
td.TdClassName
{
border-color: #CD768F;
}
.TagClassName
{
border-color: #CD768F;
}
</style>