Shades of Charm #CD6C83
Tints of Charm #CD6C83
RGB
CMYK
RGB Variations
Color information
#CD6C83 (or 0xCD6C83) is known color: Charm. HEX triplet: CD, 6C and 83. RGB value is (205,108,131). Sum of RGB (Red+Green+Blue) = 205+108+131=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 131 (51.56% from 255 or 29.50% from 444); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6C83 is #32937C. Grayscale: #8B8B8B. Windows color (decimal): -3314557 or 8613069. OLE color: 8613069.
HSL color Cylindrical-coordinate representation of color #CD6C83: hue angle of 345.77º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD6C83 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 108 | 131 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.20 |
| HSL | 345.77º | 0.49% | 0.61% | - |
| HSV(B) | 345.77º | 0.47% | 0.8% | - |
| XYZ | 34.64 | 25.34 | 24.54 | - |
| YUV | 139.63 | 123.14 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 108 | 131 | 0 | 0.47 | 0.36 | 0.20 | 345.77 | 0.49 | 0.61 |
| Hex | CD | 6C | 83 | 0 | 2F | 24 | 14 | 15A | 31 | 3D |
| Octal | 315 | 154 | 203 | 0 | 57 | 44 | 24 | 532 | 61 | 75 |
| Binary | 11001101 | 1101100 | 10000011 | 0 | 101111 | 100100 | 10100 | 101011010 | 110001 | 111101 |
Color Harmonies of #CD6C83
Complementary color
Monochromatic Colors of #CD6C83
Black with #CD6C83
Text Example
Text Example
White with #CD6C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6C83; }
p { color: rgb(205,108,131); }
H1.HeaderClassName
{
color: #CD6C83;
}
.AnyTagClassName
{
color: #CD6C83;
}
</style>
background-color css
<style>
a { background-color: #CD6C83; }
a { background-color: rgb(205,108,131); }
div.DivClassName
{
background-color: #CD6C83;
}
.BgClassName
{
background-color: #CD6C83;
}
</style>
border-color css
<style>
span { border-color: #CD6C83; }
span { border-color: rgb(205,108,131); }
td.TdClassName
{
border-color: #CD6C83;
}
.TagClassName
{
border-color: #CD6C83;
}
</style>