Shades of Charm #CD828B
Tints of Charm #CD828B
RGB
CMYK
RGB Variations
Color information
#CD828B (or 0xCD828B) is known color: Charm. HEX triplet: CD, 82 and 8B. RGB value is (205,130,139). Sum of RGB (Red+Green+Blue) = 205+130+139=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 205 - color contains mainly: red. Hex color #CD828B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD828B is #327D74. Grayscale: #999999. Windows color (decimal): -3308917 or 9142989. OLE color: 9142989.
HSL color Cylindrical-coordinate representation of color #CD828B: hue angle of 352.8º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CD828B is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 130 | 139 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.20 |
| HSL | 352.8º | 0.43% | 0.66% | - |
| HSV(B) | 352.8º | 0.37% | 0.8% | - |
| XYZ | 37.82 | 30.81 | 28.38 | - |
| YUV | 153.45 | 119.85 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 130 | 139 | 0 | 0.37 | 0.32 | 0.20 | 352.8 | 0.43 | 0.66 |
| Hex | CD | 82 | 8B | 0 | 25 | 20 | 14 | 161 | 2B | 42 |
| Octal | 315 | 202 | 213 | 0 | 45 | 40 | 24 | 541 | 53 | 102 |
| Binary | 11001101 | 10000010 | 10001011 | 0 | 100101 | 100000 | 10100 | 101100001 | 101011 | 1000010 |
Color Harmonies of #CD828B
Complementary color
Monochromatic Colors of #CD828B
Black with #CD828B
Text Example
Text Example
White with #CD828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD828B; }
p { color: rgb(205,130,139); }
H1.HeaderClassName
{
color: #CD828B;
}
.AnyTagClassName
{
color: #CD828B;
}
</style>
background-color css
<style>
a { background-color: #CD828B; }
a { background-color: rgb(205,130,139); }
div.DivClassName
{
background-color: #CD828B;
}
.BgClassName
{
background-color: #CD828B;
}
</style>
border-color css
<style>
span { border-color: #CD828B; }
span { border-color: rgb(205,130,139); }
td.TdClassName
{
border-color: #CD828B;
}
.TagClassName
{
border-color: #CD828B;
}
</style>