Shades of Charm #C97387
Tints of Charm #C97387
RGB
CMYK
RGB Variations
Color information
#C97387 (or 0xC97387) is known color: Charm. HEX triplet: C9, 73 and 87. RGB value is (201,115,135). Sum of RGB (Red+Green+Blue) = 201+115+135=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 135 (53.12% from 255 or 29.93% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C97387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97387 is #368C78. Grayscale: #8E8E8E. Windows color (decimal): -3574905 or 8877001. OLE color: 8877001.
HSL color Cylindrical-coordinate representation of color #C97387: hue angle of 346.05º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C97387 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 115 | 135 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.21 |
| HSL | 346.05º | 0.44% | 0.62% | - |
| HSV(B) | 346.05º | 0.43% | 0.79% | - |
| XYZ | 34.59 | 26.43 | 26.2 | - |
| YUV | 142.99 | 123.49 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 115 | 135 | 0 | 0.43 | 0.33 | 0.21 | 346.05 | 0.44 | 0.62 |
| Hex | C9 | 73 | 87 | 0 | 2B | 21 | 15 | 15A | 2C | 3E |
| Octal | 311 | 163 | 207 | 0 | 53 | 41 | 25 | 532 | 54 | 76 |
| Binary | 11001001 | 1110011 | 10000111 | 0 | 101011 | 100001 | 10101 | 101011010 | 101100 | 111110 |
Color Harmonies of #C97387
Complementary color
Monochromatic Colors of #C97387
Black with #C97387
Text Example
Text Example
White with #C97387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97387; }
p { color: rgb(201,115,135); }
H1.HeaderClassName
{
color: #C97387;
}
.AnyTagClassName
{
color: #C97387;
}
</style>
background-color css
<style>
a { background-color: #C97387; }
a { background-color: rgb(201,115,135); }
div.DivClassName
{
background-color: #C97387;
}
.BgClassName
{
background-color: #C97387;
}
</style>
border-color css
<style>
span { border-color: #C97387; }
span { border-color: rgb(201,115,135); }
td.TdClassName
{
border-color: #C97387;
}
.TagClassName
{
border-color: #C97387;
}
</style>