Shades of Charm #CD7B81
Tints of Charm #CD7B81
RGB
CMYK
RGB Variations
Color information
#CD7B81 (or 0xCD7B81) is known color: Charm. HEX triplet: CD, 7B and 81. RGB value is (205,123,129). Sum of RGB (Red+Green+Blue) = 205+123+129=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7B81 is #32847E. Grayscale: #949494. Windows color (decimal): -3310719 or 8485837. OLE color: 8485837.
HSL color Cylindrical-coordinate representation of color #CD7B81: hue angle of 355.61º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD7B81 is Cyan = 0, Magento = 0.4, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 123 | 129 | - |
| CMYK | 0 | 0.4 | 0.37 | 0.20 |
| HSL | 355.61º | 0.45% | 0.64% | - |
| HSV(B) | 355.61º | 0.4% | 0.8% | - |
| XYZ | 36.22 | 28.73 | 24.41 | - |
| YUV | 148.2 | 117.17 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 123 | 129 | 0 | 0.4 | 0.37 | 0.20 | 355.61 | 0.45 | 0.64 |
| Hex | CD | 7B | 81 | 0 | 28 | 25 | 14 | 164 | 2D | 40 |
| Octal | 315 | 173 | 201 | 0 | 50 | 45 | 24 | 544 | 55 | 100 |
| Binary | 11001101 | 1111011 | 10000001 | 0 | 101000 | 100101 | 10100 | 101100100 | 101101 | 1000000 |
Color Harmonies of #CD7B81
Complementary color
Monochromatic Colors of #CD7B81
Black with #CD7B81
Text Example
Text Example
White with #CD7B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7B81; }
p { color: rgb(205,123,129); }
H1.HeaderClassName
{
color: #CD7B81;
}
.AnyTagClassName
{
color: #CD7B81;
}
</style>
background-color css
<style>
a { background-color: #CD7B81; }
a { background-color: rgb(205,123,129); }
div.DivClassName
{
background-color: #CD7B81;
}
.BgClassName
{
background-color: #CD7B81;
}
</style>
border-color css
<style>
span { border-color: #CD7B81; }
span { border-color: rgb(205,123,129); }
td.TdClassName
{
border-color: #CD7B81;
}
.TagClassName
{
border-color: #CD7B81;
}
</style>