Shades of Charm #CD6C7B
Tints of Charm #CD6C7B
RGB
CMYK
RGB Variations
Color information
#CD6C7B (or 0xCD6C7B) is known color: Charm. HEX triplet: CD, 6C and 7B. RGB value is (205,108,123). Sum of RGB (Red+Green+Blue) = 205+108+123=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6C7B is #329384. Grayscale: #8A8A8A. Windows color (decimal): -3314565 or 8088781. OLE color: 8088781.
HSL color Cylindrical-coordinate representation of color #CD6C7B: hue angle of 350.72º 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 #CD6C7B is Cyan = 0, Magento = 0.47, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 108 | 123 | - |
| CMYK | 0 | 0.47 | 0.4 | 0.20 |
| HSL | 350.72º | 0.49% | 0.61% | - |
| HSV(B) | 350.72º | 0.47% | 0.8% | - |
| XYZ | 34.11 | 25.13 | 21.79 | - |
| YUV | 138.71 | 119.14 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 108 | 123 | 0 | 0.47 | 0.4 | 0.20 | 350.72 | 0.49 | 0.61 |
| Hex | CD | 6C | 7B | 0 | 2F | 28 | 14 | 15F | 31 | 3D |
| Octal | 315 | 154 | 173 | 0 | 57 | 50 | 24 | 537 | 61 | 75 |
| Binary | 11001101 | 1101100 | 1111011 | 0 | 101111 | 101000 | 10100 | 101011111 | 110001 | 111101 |
Color Harmonies of #CD6C7B
Complementary color
Monochromatic Colors of #CD6C7B
Black with #CD6C7B
Text Example
Text Example
White with #CD6C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6C7B; }
p { color: rgb(205,108,123); }
H1.HeaderClassName
{
color: #CD6C7B;
}
.AnyTagClassName
{
color: #CD6C7B;
}
</style>
background-color css
<style>
a { background-color: #CD6C7B; }
a { background-color: rgb(205,108,123); }
div.DivClassName
{
background-color: #CD6C7B;
}
.BgClassName
{
background-color: #CD6C7B;
}
</style>
border-color css
<style>
span { border-color: #CD6C7B; }
span { border-color: rgb(205,108,123); }
td.TdClassName
{
border-color: #CD6C7B;
}
.TagClassName
{
border-color: #CD6C7B;
}
</style>