Shades of Charm #C97D90
Tints of Charm #C97D90
RGB
CMYK
RGB Variations
Color information
#C97D90 (or 0xC97D90) is known color: Charm. HEX triplet: C9, 7D and 90. RGB value is (201,125,144). Sum of RGB (Red+Green+Blue) = 201+125+144=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C97D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97D90 is #36826F. Grayscale: #959595. Windows color (decimal): -3572336 or 9469385. OLE color: 9469385.
HSL color Cylindrical-coordinate representation of color #C97D90: hue angle of 345º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C97D90 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 125 | 144 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.21 |
| HSL | 345º | 0.41% | 0.64% | - |
| HSV(B) | 345º | 0.38% | 0.79% | - |
| XYZ | 36.46 | 29.1 | 30.08 | - |
| YUV | 149.89 | 124.68 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 125 | 144 | 0 | 0.38 | 0.28 | 0.21 | 345 | 0.41 | 0.64 |
| Hex | C9 | 7D | 90 | 0 | 26 | 1C | 15 | 159 | 29 | 40 |
| Octal | 311 | 175 | 220 | 0 | 46 | 34 | 25 | 531 | 51 | 100 |
| Binary | 11001001 | 1111101 | 10010000 | 0 | 100110 | 11100 | 10101 | 101011001 | 101001 | 1000000 |
Color Harmonies of #C97D90
Complementary color
Monochromatic Colors of #C97D90
Black with #C97D90
Text Example
Text Example
White with #C97D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97D90; }
p { color: rgb(201,125,144); }
H1.HeaderClassName
{
color: #C97D90;
}
.AnyTagClassName
{
color: #C97D90;
}
</style>
background-color css
<style>
a { background-color: #C97D90; }
a { background-color: rgb(201,125,144); }
div.DivClassName
{
background-color: #C97D90;
}
.BgClassName
{
background-color: #C97D90;
}
</style>
border-color css
<style>
span { border-color: #C97D90; }
span { border-color: rgb(201,125,144); }
td.TdClassName
{
border-color: #C97D90;
}
.TagClassName
{
border-color: #C97D90;
}
</style>