Shades of Charm #CD6D7B
Tints of Charm #CD6D7B
RGB
CMYK
RGB Variations
Color information
#CD6D7B (or 0xCD6D7B) is known color: Charm. HEX triplet: CD, 6D and 7B. RGB value is (205,109,123). Sum of RGB (Red+Green+Blue) = 205+109+123=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6D7B is #329284. Grayscale: #8B8B8B. Windows color (decimal): -3314309 or 8089037. OLE color: 8089037.
HSL color Cylindrical-coordinate representation of color #CD6D7B: hue angle of 351.25º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD6D7B is Cyan = 0, Magento = 0.47, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 109 | 123 | - |
| CMYK | 0 | 0.47 | 0.4 | 0.20 |
| HSL | 351.25º | 0.49% | 0.62% | - |
| HSV(B) | 351.25º | 0.47% | 0.8% | - |
| XYZ | 34.22 | 25.35 | 21.83 | - |
| YUV | 139.3 | 118.8 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 109 | 123 | 0 | 0.47 | 0.4 | 0.20 | 351.25 | 0.49 | 0.62 |
| Hex | CD | 6D | 7B | 0 | 2F | 28 | 14 | 15F | 31 | 3E |
| Octal | 315 | 155 | 173 | 0 | 57 | 50 | 24 | 537 | 61 | 76 |
| Binary | 11001101 | 1101101 | 1111011 | 0 | 101111 | 101000 | 10100 | 101011111 | 110001 | 111110 |
Color Harmonies of #CD6D7B
Complementary color
Monochromatic Colors of #CD6D7B
Black with #CD6D7B
Text Example
Text Example
White with #CD6D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6D7B; }
p { color: rgb(205,109,123); }
H1.HeaderClassName
{
color: #CD6D7B;
}
.AnyTagClassName
{
color: #CD6D7B;
}
</style>
background-color css
<style>
a { background-color: #CD6D7B; }
a { background-color: rgb(205,109,123); }
div.DivClassName
{
background-color: #CD6D7B;
}
.BgClassName
{
background-color: #CD6D7B;
}
</style>
border-color css
<style>
span { border-color: #CD6D7B; }
span { border-color: rgb(205,109,123); }
td.TdClassName
{
border-color: #CD6D7B;
}
.TagClassName
{
border-color: #CD6D7B;
}
</style>