Shades of Charm #CD777D
Tints of Charm #CD777D
RGB
CMYK
RGB Variations
Color information
#CD777D (or 0xCD777D) is known color: Charm. HEX triplet: CD, 77 and 7D. RGB value is (205,119,125). Sum of RGB (Red+Green+Blue) = 205+119+125=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CD777D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD777D is #328882. Grayscale: #919191. Windows color (decimal): -3311747 or 8222669. OLE color: 8222669.
HSL color Cylindrical-coordinate representation of color #CD777D: hue angle of 355.81º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CD777D is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 119 | 125 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.20 |
| HSL | 355.81º | 0.46% | 0.64% | - |
| HSV(B) | 355.81º | 0.42% | 0.8% | - |
| XYZ | 35.48 | 27.65 | 22.87 | - |
| YUV | 145.4 | 116.49 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 119 | 125 | 0 | 0.42 | 0.39 | 0.20 | 355.81 | 0.46 | 0.64 |
| Hex | CD | 77 | 7D | 0 | 2A | 27 | 14 | 164 | 2E | 40 |
| Octal | 315 | 167 | 175 | 0 | 52 | 47 | 24 | 544 | 56 | 100 |
| Binary | 11001101 | 1110111 | 1111101 | 0 | 101010 | 100111 | 10100 | 101100100 | 101110 | 1000000 |
Color Harmonies of #CD777D
Complementary color
Monochromatic Colors of #CD777D
Black with #CD777D
Text Example
Text Example
White with #CD777D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD777D; }
p { color: rgb(205,119,125); }
H1.HeaderClassName
{
color: #CD777D;
}
.AnyTagClassName
{
color: #CD777D;
}
</style>
background-color css
<style>
a { background-color: #CD777D; }
a { background-color: rgb(205,119,125); }
div.DivClassName
{
background-color: #CD777D;
}
.BgClassName
{
background-color: #CD777D;
}
</style>
border-color css
<style>
span { border-color: #CD777D; }
span { border-color: rgb(205,119,125); }
td.TdClassName
{
border-color: #CD777D;
}
.TagClassName
{
border-color: #CD777D;
}
</style>