Shades of Charm #CD6A7E
Tints of Charm #CD6A7E
RGB
CMYK
RGB Variations
Color information
#CD6A7E (or 0xCD6A7E) is known color: Charm. HEX triplet: CD, 6A and 7E. RGB value is (205,106,126). Sum of RGB (Red+Green+Blue) = 205+106+126=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 106 (41.80% from 255 or 24.26% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6A7E is #329581. Grayscale: #898989. Windows color (decimal): -3315074 or 8284877. OLE color: 8284877.
HSL color Cylindrical-coordinate representation of color #CD6A7E: hue angle of 347.88º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CD6A7E is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 106 | 126 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.20 |
| HSL | 347.88º | 0.5% | 0.61% | - |
| HSV(B) | 347.88º | 0.48% | 0.8% | - |
| XYZ | 34.1 | 24.79 | 22.73 | - |
| YUV | 137.88 | 121.3 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 106 | 126 | 0 | 0.48 | 0.39 | 0.20 | 347.88 | 0.5 | 0.61 |
| Hex | CD | 6A | 7E | 0 | 30 | 27 | 14 | 15C | 32 | 3D |
| Octal | 315 | 152 | 176 | 0 | 60 | 47 | 24 | 534 | 62 | 75 |
| Binary | 11001101 | 1101010 | 1111110 | 0 | 110000 | 100111 | 10100 | 101011100 | 110010 | 111101 |
Color Harmonies of #CD6A7E
Complementary color
Monochromatic Colors of #CD6A7E
Black with #CD6A7E
Text Example
Text Example
White with #CD6A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6A7E; }
p { color: rgb(205,106,126); }
H1.HeaderClassName
{
color: #CD6A7E;
}
.AnyTagClassName
{
color: #CD6A7E;
}
</style>
background-color css
<style>
a { background-color: #CD6A7E; }
a { background-color: rgb(205,106,126); }
div.DivClassName
{
background-color: #CD6A7E;
}
.BgClassName
{
background-color: #CD6A7E;
}
</style>
border-color css
<style>
span { border-color: #CD6A7E; }
span { border-color: rgb(205,106,126); }
td.TdClassName
{
border-color: #CD6A7E;
}
.TagClassName
{
border-color: #CD6A7E;
}
</style>