Shades of Charm #CD8189
Tints of Charm #CD8189
RGB
CMYK
RGB Variations
Color information
#CD8189 (or 0xCD8189) is known color: Charm. HEX triplet: CD, 81 and 89. RGB value is (205,129,137). Sum of RGB (Red+Green+Blue) = 205+129+137=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8189 is #327E76. Grayscale: #989898. Windows color (decimal): -3309175 or 9011661. OLE color: 9011661.
HSL color Cylindrical-coordinate representation of color #CD8189: hue angle of 353.68º 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 #CD8189 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 129 | 137 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.20 |
| HSL | 353.68º | 0.43% | 0.65% | - |
| HSV(B) | 353.68º | 0.37% | 0.8% | - |
| XYZ | 37.54 | 30.49 | 27.57 | - |
| YUV | 152.64 | 119.18 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 129 | 137 | 0 | 0.37 | 0.33 | 0.20 | 353.68 | 0.43 | 0.65 |
| Hex | CD | 81 | 89 | 0 | 25 | 21 | 14 | 162 | 2B | 41 |
| Octal | 315 | 201 | 211 | 0 | 45 | 41 | 24 | 542 | 53 | 101 |
| Binary | 11001101 | 10000001 | 10001001 | 0 | 100101 | 100001 | 10100 | 101100010 | 101011 | 1000001 |
Color Harmonies of #CD8189
Complementary color
Monochromatic Colors of #CD8189
Black with #CD8189
Text Example
Text Example
White with #CD8189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8189; }
p { color: rgb(205,129,137); }
H1.HeaderClassName
{
color: #CD8189;
}
.AnyTagClassName
{
color: #CD8189;
}
</style>
background-color css
<style>
a { background-color: #CD8189; }
a { background-color: rgb(205,129,137); }
div.DivClassName
{
background-color: #CD8189;
}
.BgClassName
{
background-color: #CD8189;
}
</style>
border-color css
<style>
span { border-color: #CD8189; }
span { border-color: rgb(205,129,137); }
td.TdClassName
{
border-color: #CD8189;
}
.TagClassName
{
border-color: #CD8189;
}
</style>