Shades of Charm #CD7B82
Tints of Charm #CD7B82
RGB
CMYK
RGB Variations
Color information
#CD7B82 (or 0xCD7B82) is known color: Charm. HEX triplet: CD, 7B and 82. RGB value is (205,123,130). Sum of RGB (Red+Green+Blue) = 205+123+130=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7B82 is #32847D. Grayscale: #949494. Windows color (decimal): -3310718 or 8551373. OLE color: 8551373.
HSL color Cylindrical-coordinate representation of color #CD7B82: hue angle of 354.88º 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 #CD7B82 is Cyan = 0, Magento = 0.4, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 123 | 130 | - |
| CMYK | 0 | 0.4 | 0.37 | 0.20 |
| HSL | 354.88º | 0.45% | 0.64% | - |
| HSV(B) | 354.88º | 0.4% | 0.8% | - |
| XYZ | 36.29 | 28.76 | 24.76 | - |
| YUV | 148.32 | 117.67 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 123 | 130 | 0 | 0.4 | 0.37 | 0.20 | 354.88 | 0.45 | 0.64 |
| Hex | CD | 7B | 82 | 0 | 28 | 25 | 14 | 163 | 2D | 40 |
| Octal | 315 | 173 | 202 | 0 | 50 | 45 | 24 | 543 | 55 | 100 |
| Binary | 11001101 | 1111011 | 10000010 | 0 | 101000 | 100101 | 10100 | 101100011 | 101101 | 1000000 |
Color Harmonies of #CD7B82
Complementary color
Monochromatic Colors of #CD7B82
Black with #CD7B82
Text Example
Text Example
White with #CD7B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7B82; }
p { color: rgb(205,123,130); }
H1.HeaderClassName
{
color: #CD7B82;
}
.AnyTagClassName
{
color: #CD7B82;
}
</style>
background-color css
<style>
a { background-color: #CD7B82; }
a { background-color: rgb(205,123,130); }
div.DivClassName
{
background-color: #CD7B82;
}
.BgClassName
{
background-color: #CD7B82;
}
</style>
border-color css
<style>
span { border-color: #CD7B82; }
span { border-color: rgb(205,123,130); }
td.TdClassName
{
border-color: #CD7B82;
}
.TagClassName
{
border-color: #CD7B82;
}
</style>