Shades of Charm #C96C75
Tints of Charm #C96C75
RGB
CMYK
RGB Variations
Color information
#C96C75 (or 0xC96C75) is known color: Charm. HEX triplet: C9, 6C and 75. RGB value is (201,108,117). Sum of RGB (Red+Green+Blue) = 201+108+117=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96C75 is #36938A. Grayscale: #888888. Windows color (decimal): -3576715 or 7695561. OLE color: 7695561.
HSL color Cylindrical-coordinate representation of color #C96C75: hue angle of 354.19º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C96C75 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 108 | 117 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.21 |
| HSL | 354.19º | 0.46% | 0.61% | - |
| HSV(B) | 354.19º | 0.46% | 0.79% | - |
| XYZ | 32.66 | 24.43 | 19.82 | - |
| YUV | 136.83 | 116.81 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 108 | 117 | 0 | 0.46 | 0.42 | 0.21 | 354.19 | 0.46 | 0.61 |
| Hex | C9 | 6C | 75 | 0 | 2E | 2A | 15 | 162 | 2E | 3D |
| Octal | 311 | 154 | 165 | 0 | 56 | 52 | 25 | 542 | 56 | 75 |
| Binary | 11001001 | 1101100 | 1110101 | 0 | 101110 | 101010 | 10101 | 101100010 | 101110 | 111101 |
Color Harmonies of #C96C75
Complementary color
Monochromatic Colors of #C96C75
Black with #C96C75
Text Example
Text Example
White with #C96C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96C75; }
p { color: rgb(201,108,117); }
H1.HeaderClassName
{
color: #C96C75;
}
.AnyTagClassName
{
color: #C96C75;
}
</style>
background-color css
<style>
a { background-color: #C96C75; }
a { background-color: rgb(201,108,117); }
div.DivClassName
{
background-color: #C96C75;
}
.BgClassName
{
background-color: #C96C75;
}
</style>
border-color css
<style>
span { border-color: #C96C75; }
span { border-color: rgb(201,108,117); }
td.TdClassName
{
border-color: #C96C75;
}
.TagClassName
{
border-color: #C96C75;
}
</style>