Shades of Charm #CD6881
Tints of Charm #CD6881
RGB
CMYK
RGB Variations
Color information
#CD6881 (or 0xCD6881) is known color: Charm. HEX triplet: CD, 68 and 81. RGB value is (205,104,129). Sum of RGB (Red+Green+Blue) = 205+104+129=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6881 is #32977E. Grayscale: #898989. Windows color (decimal): -3315583 or 8480973. OLE color: 8480973.
HSL color Cylindrical-coordinate representation of color #CD6881: hue angle of 345.15º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CD6881 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 104 | 129 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.20 |
| HSL | 345.15º | 0.5% | 0.61% | - |
| HSV(B) | 345.15º | 0.49% | 0.8% | - |
| XYZ | 34.09 | 24.46 | 23.69 | - |
| YUV | 137.05 | 123.46 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 104 | 129 | 0 | 0.49 | 0.37 | 0.20 | 345.15 | 0.5 | 0.61 |
| Hex | CD | 68 | 81 | 0 | 31 | 25 | 14 | 159 | 32 | 3D |
| Octal | 315 | 150 | 201 | 0 | 61 | 45 | 24 | 531 | 62 | 75 |
| Binary | 11001101 | 1101000 | 10000001 | 0 | 110001 | 100101 | 10100 | 101011001 | 110010 | 111101 |
Color Harmonies of #CD6881
Complementary color
Monochromatic Colors of #CD6881
Black with #CD6881
Text Example
Text Example
White with #CD6881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6881; }
p { color: rgb(205,104,129); }
H1.HeaderClassName
{
color: #CD6881;
}
.AnyTagClassName
{
color: #CD6881;
}
</style>
background-color css
<style>
a { background-color: #CD6881; }
a { background-color: rgb(205,104,129); }
div.DivClassName
{
background-color: #CD6881;
}
.BgClassName
{
background-color: #CD6881;
}
</style>
border-color css
<style>
span { border-color: #CD6881; }
span { border-color: rgb(205,104,129); }
td.TdClassName
{
border-color: #CD6881;
}
.TagClassName
{
border-color: #CD6881;
}
</style>