Shades of Charm #C98385
Tints of Charm #C98385
RGB
CMYK
RGB Variations
Color information
#C98385 (or 0xC98385) is known color: Charm. HEX triplet: C9, 83 and 85. RGB value is (201,131,133). Sum of RGB (Red+Green+Blue) = 201+131+133=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C98385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98385 is #367C7A. Grayscale: #989898. Windows color (decimal): -3570811 or 8750025. OLE color: 8750025.
HSL color Cylindrical-coordinate representation of color #C98385: hue angle of 358.29º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C98385 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 131 | 133 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.21 |
| HSL | 358.29º | 0.39% | 0.65% | - |
| HSV(B) | 358.29º | 0.35% | 0.79% | - |
| XYZ | 36.44 | 30.34 | 26.13 | - |
| YUV | 152.16 | 117.19 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 131 | 133 | 0 | 0.35 | 0.34 | 0.21 | 358.29 | 0.39 | 0.65 |
| Hex | C9 | 83 | 85 | 0 | 23 | 22 | 15 | 166 | 27 | 41 |
| Octal | 311 | 203 | 205 | 0 | 43 | 42 | 25 | 546 | 47 | 101 |
| Binary | 11001001 | 10000011 | 10000101 | 0 | 100011 | 100010 | 10101 | 101100110 | 100111 | 1000001 |
Color Harmonies of #C98385
Complementary color
Monochromatic Colors of #C98385
Black with #C98385
Text Example
Text Example
White with #C98385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98385; }
p { color: rgb(201,131,133); }
H1.HeaderClassName
{
color: #C98385;
}
.AnyTagClassName
{
color: #C98385;
}
</style>
background-color css
<style>
a { background-color: #C98385; }
a { background-color: rgb(201,131,133); }
div.DivClassName
{
background-color: #C98385;
}
.BgClassName
{
background-color: #C98385;
}
</style>
border-color css
<style>
span { border-color: #C98385; }
span { border-color: rgb(201,131,133); }
td.TdClassName
{
border-color: #C98385;
}
.TagClassName
{
border-color: #C98385;
}
</style>