Shades of Charm #CD677A
Tints of Charm #CD677A
RGB
CMYK
RGB Variations
Color information
#CD677A (or 0xCD677A) is known color: Charm. HEX triplet: CD, 67 and 7A. RGB value is (205,103,122). Sum of RGB (Red+Green+Blue) = 205+103+122=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD677A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD677A is #329885. Grayscale: #878787. Windows color (decimal): -3315846 or 8021965. OLE color: 8021965.
HSL color Cylindrical-coordinate representation of color #CD677A: hue angle of 348.82º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD677A is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 103 | 122 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.20 |
| HSL | 348.82º | 0.5% | 0.6% | - |
| HSV(B) | 348.82º | 0.5% | 0.8% | - |
| XYZ | 33.54 | 24.08 | 21.29 | - |
| YUV | 135.66 | 120.29 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 103 | 122 | 0 | 0.50 | 0.40 | 0.20 | 348.82 | 0.5 | 0.6 |
| Hex | CD | 67 | 7A | 0 | 32 | 28 | 14 | 15D | 32 | 3C |
| Octal | 315 | 147 | 172 | 0 | 62 | 50 | 24 | 535 | 62 | 74 |
| Binary | 11001101 | 1100111 | 1111010 | 0 | 110010 | 101000 | 10100 | 101011101 | 110010 | 111100 |
Color Harmonies of #CD677A
Complementary color
Monochromatic Colors of #CD677A
Black with #CD677A
Text Example
Text Example
White with #CD677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD677A; }
p { color: rgb(205,103,122); }
H1.HeaderClassName
{
color: #CD677A;
}
.AnyTagClassName
{
color: #CD677A;
}
</style>
background-color css
<style>
a { background-color: #CD677A; }
a { background-color: rgb(205,103,122); }
div.DivClassName
{
background-color: #CD677A;
}
.BgClassName
{
background-color: #CD677A;
}
</style>
border-color css
<style>
span { border-color: #CD677A; }
span { border-color: rgb(205,103,122); }
td.TdClassName
{
border-color: #CD677A;
}
.TagClassName
{
border-color: #CD677A;
}
</style>