Shades of Charm #CD768B
Tints of Charm #CD768B
RGB
CMYK
RGB Variations
Color information
#CD768B (or 0xCD768B) is known color: Charm. HEX triplet: CD, 76 and 8B. RGB value is (205,118,139). Sum of RGB (Red+Green+Blue) = 205+118+139=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 118 (46.48% from 255 or 25.54% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 205 - color contains mainly: red. Hex color #CD768B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD768B is #328974. Grayscale: #929292. Windows color (decimal): -3311989 or 9139917. OLE color: 9139917.
HSL color Cylindrical-coordinate representation of color #CD768B: hue angle of 345.52º 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 #CD768B is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 118 | 139 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.20 |
| HSL | 345.52º | 0.47% | 0.63% | - |
| HSV(B) | 345.52º | 0.42% | 0.8% | - |
| XYZ | 36.32 | 27.8 | 27.88 | - |
| YUV | 146.41 | 123.82 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 118 | 139 | 0 | 0.42 | 0.32 | 0.20 | 345.52 | 0.47 | 0.63 |
| Hex | CD | 76 | 8B | 0 | 2A | 20 | 14 | 15A | 2F | 3F |
| Octal | 315 | 166 | 213 | 0 | 52 | 40 | 24 | 532 | 57 | 77 |
| Binary | 11001101 | 1110110 | 10001011 | 0 | 101010 | 100000 | 10100 | 101011010 | 101111 | 111111 |
Color Harmonies of #CD768B
Complementary color
Monochromatic Colors of #CD768B
Black with #CD768B
Text Example
Text Example
White with #CD768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD768B; }
p { color: rgb(205,118,139); }
H1.HeaderClassName
{
color: #CD768B;
}
.AnyTagClassName
{
color: #CD768B;
}
</style>
background-color css
<style>
a { background-color: #CD768B; }
a { background-color: rgb(205,118,139); }
div.DivClassName
{
background-color: #CD768B;
}
.BgClassName
{
background-color: #CD768B;
}
</style>
border-color css
<style>
span { border-color: #CD768B; }
span { border-color: rgb(205,118,139); }
td.TdClassName
{
border-color: #CD768B;
}
.TagClassName
{
border-color: #CD768B;
}
</style>