Shades of Charm #C97581
Tints of Charm #C97581
RGB
CMYK
RGB Variations
Color information
#C97581 (or 0xC97581) is known color: Charm. HEX triplet: C9, 75 and 81. RGB value is (201,117,129). Sum of RGB (Red+Green+Blue) = 201+117+129=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C97581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97581 is #368A7E. Grayscale: #8F8F8F. Windows color (decimal): -3574399 or 8484297. OLE color: 8484297.
HSL color Cylindrical-coordinate representation of color #C97581: hue angle of 351.43º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C97581 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 117 | 129 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.21 |
| HSL | 351.43º | 0.44% | 0.62% | - |
| HSV(B) | 351.43º | 0.42% | 0.79% | - |
| XYZ | 34.41 | 26.73 | 24.11 | - |
| YUV | 143.48 | 119.83 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 129 | 0 | 0.42 | 0.36 | 0.21 | 351.43 | 0.44 | 0.62 |
| Hex | C9 | 75 | 81 | 0 | 2A | 24 | 15 | 15F | 2C | 3E |
| Octal | 311 | 165 | 201 | 0 | 52 | 44 | 25 | 537 | 54 | 76 |
| Binary | 11001001 | 1110101 | 10000001 | 0 | 101010 | 100100 | 10101 | 101011111 | 101100 | 111110 |
Color Harmonies of #C97581
Complementary color
Monochromatic Colors of #C97581
Black with #C97581
Text Example
Text Example
White with #C97581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97581; }
p { color: rgb(201,117,129); }
H1.HeaderClassName
{
color: #C97581;
}
.AnyTagClassName
{
color: #C97581;
}
</style>
background-color css
<style>
a { background-color: #C97581; }
a { background-color: rgb(201,117,129); }
div.DivClassName
{
background-color: #C97581;
}
.BgClassName
{
background-color: #C97581;
}
</style>
border-color css
<style>
span { border-color: #C97581; }
span { border-color: rgb(201,117,129); }
td.TdClassName
{
border-color: #C97581;
}
.TagClassName
{
border-color: #C97581;
}
</style>