Shades of Charm #CD7D81
Tints of Charm #CD7D81
RGB
CMYK
RGB Variations
Color information
#CD7D81 (or 0xCD7D81) is known color: Charm. HEX triplet: CD, 7D and 81. RGB value is (205,125,129). Sum of RGB (Red+Green+Blue) = 205+125+129=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7D81 is #32827E. Grayscale: #959595. Windows color (decimal): -3310207 or 8486349. OLE color: 8486349.
HSL color Cylindrical-coordinate representation of color #CD7D81: hue angle of 357º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CD7D81 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 125 | 129 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.20 |
| HSL | 357º | 0.44% | 0.65% | - |
| HSV(B) | 357º | 0.39% | 0.8% | - |
| XYZ | 36.47 | 29.23 | 24.49 | - |
| YUV | 149.38 | 116.5 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 125 | 129 | 0 | 0.39 | 0.37 | 0.20 | 357 | 0.44 | 0.65 |
| Hex | CD | 7D | 81 | 0 | 27 | 25 | 14 | 165 | 2C | 41 |
| Octal | 315 | 175 | 201 | 0 | 47 | 45 | 24 | 545 | 54 | 101 |
| Binary | 11001101 | 1111101 | 10000001 | 0 | 100111 | 100101 | 10100 | 101100101 | 101100 | 1000001 |
Color Harmonies of #CD7D81
Complementary color
Monochromatic Colors of #CD7D81
Black with #CD7D81
Text Example
Text Example
White with #CD7D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7D81; }
p { color: rgb(205,125,129); }
H1.HeaderClassName
{
color: #CD7D81;
}
.AnyTagClassName
{
color: #CD7D81;
}
</style>
background-color css
<style>
a { background-color: #CD7D81; }
a { background-color: rgb(205,125,129); }
div.DivClassName
{
background-color: #CD7D81;
}
.BgClassName
{
background-color: #CD7D81;
}
</style>
border-color css
<style>
span { border-color: #CD7D81; }
span { border-color: rgb(205,125,129); }
td.TdClassName
{
border-color: #CD7D81;
}
.TagClassName
{
border-color: #CD7D81;
}
</style>