Shades of Charm #CD818A
Tints of Charm #CD818A
RGB
CMYK
RGB Variations
Color information
#CD818A (or 0xCD818A) is known color: Charm. HEX triplet: CD, 81 and 8A. RGB value is (205,129,138). Sum of RGB (Red+Green+Blue) = 205+129+138=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 205 - color contains mainly: red. Hex color #CD818A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD818A is #327E75. Grayscale: #989898. Windows color (decimal): -3309174 or 9077197. OLE color: 9077197.
HSL color Cylindrical-coordinate representation of color #CD818A: hue angle of 352.89º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CD818A is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 129 | 138 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.20 |
| HSL | 352.89º | 0.43% | 0.65% | - |
| HSV(B) | 352.89º | 0.37% | 0.8% | - |
| XYZ | 37.61 | 30.51 | 27.95 | - |
| YUV | 152.75 | 119.68 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 129 | 138 | 0 | 0.37 | 0.33 | 0.20 | 352.89 | 0.43 | 0.65 |
| Hex | CD | 81 | 8A | 0 | 25 | 21 | 14 | 161 | 2B | 41 |
| Octal | 315 | 201 | 212 | 0 | 45 | 41 | 24 | 541 | 53 | 101 |
| Binary | 11001101 | 10000001 | 10001010 | 0 | 100101 | 100001 | 10100 | 101100001 | 101011 | 1000001 |
Color Harmonies of #CD818A
Complementary color
Monochromatic Colors of #CD818A
Black with #CD818A
Text Example
Text Example
White with #CD818A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD818A; }
p { color: rgb(205,129,138); }
H1.HeaderClassName
{
color: #CD818A;
}
.AnyTagClassName
{
color: #CD818A;
}
</style>
background-color css
<style>
a { background-color: #CD818A; }
a { background-color: rgb(205,129,138); }
div.DivClassName
{
background-color: #CD818A;
}
.BgClassName
{
background-color: #CD818A;
}
</style>
border-color css
<style>
span { border-color: #CD818A; }
span { border-color: rgb(205,129,138); }
td.TdClassName
{
border-color: #CD818A;
}
.TagClassName
{
border-color: #CD818A;
}
</style>