Shades of Charm #C98283
Tints of Charm #C98283
RGB
CMYK
RGB Variations
Color information
#C98283 (or 0xC98283) is known color: Charm. HEX triplet: C9, 82 and 83. RGB value is (201,130,131). Sum of RGB (Red+Green+Blue) = 201+130+131=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C98283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98283 is #367D7C. Grayscale: #979797. Windows color (decimal): -3571069 or 8618697. OLE color: 8618697.
HSL color Cylindrical-coordinate representation of color #C98283: hue angle of 359.15º degrees, saturation: 0.4, 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 #C98283 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 130 | 131 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.21 |
| HSL | 359.15º | 0.4% | 0.65% | - |
| HSV(B) | 359.15º | 0.35% | 0.79% | - |
| XYZ | 36.17 | 30.02 | 25.36 | - |
| YUV | 151.34 | 116.52 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 131 | 0 | 0.35 | 0.35 | 0.21 | 359.15 | 0.4 | 0.65 |
| Hex | C9 | 82 | 83 | 0 | 23 | 23 | 15 | 167 | 28 | 41 |
| Octal | 311 | 202 | 203 | 0 | 43 | 43 | 25 | 547 | 50 | 101 |
| Binary | 11001001 | 10000010 | 10000011 | 0 | 100011 | 100011 | 10101 | 101100111 | 101000 | 1000001 |
Color Harmonies of #C98283
Complementary color
Monochromatic Colors of #C98283
Black with #C98283
Text Example
Text Example
White with #C98283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98283; }
p { color: rgb(201,130,131); }
H1.HeaderClassName
{
color: #C98283;
}
.AnyTagClassName
{
color: #C98283;
}
</style>
background-color css
<style>
a { background-color: #C98283; }
a { background-color: rgb(201,130,131); }
div.DivClassName
{
background-color: #C98283;
}
.BgClassName
{
background-color: #C98283;
}
</style>
border-color css
<style>
span { border-color: #C98283; }
span { border-color: rgb(201,130,131); }
td.TdClassName
{
border-color: #C98283;
}
.TagClassName
{
border-color: #C98283;
}
</style>