Shades of Charm #C96F7D
Tints of Charm #C96F7D
RGB
CMYK
RGB Variations
Color information
#C96F7D (or 0xC96F7D) is known color: Charm. HEX triplet: C9, 6F and 7D. RGB value is (201,111,125). Sum of RGB (Red+Green+Blue) = 201+111+125=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96F7D is #369082. Grayscale: #8B8B8B. Windows color (decimal): -3575939 or 8220617. OLE color: 8220617.
HSL color Cylindrical-coordinate representation of color #C96F7D: hue angle of 350.67º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C96F7D is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 111 | 125 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.21 |
| HSL | 350.67º | 0.45% | 0.61% | - |
| HSV(B) | 350.67º | 0.45% | 0.79% | - |
| XYZ | 33.47 | 25.27 | 22.51 | - |
| YUV | 139.51 | 119.82 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 111 | 125 | 0 | 0.45 | 0.38 | 0.21 | 350.67 | 0.45 | 0.61 |
| Hex | C9 | 6F | 7D | 0 | 2D | 26 | 15 | 15F | 2D | 3D |
| Octal | 311 | 157 | 175 | 0 | 55 | 46 | 25 | 537 | 55 | 75 |
| Binary | 11001001 | 1101111 | 1111101 | 0 | 101101 | 100110 | 10101 | 101011111 | 101101 | 111101 |
Color Harmonies of #C96F7D
Complementary color
Monochromatic Colors of #C96F7D
Black with #C96F7D
Text Example
Text Example
White with #C96F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96F7D; }
p { color: rgb(201,111,125); }
H1.HeaderClassName
{
color: #C96F7D;
}
.AnyTagClassName
{
color: #C96F7D;
}
</style>
background-color css
<style>
a { background-color: #C96F7D; }
a { background-color: rgb(201,111,125); }
div.DivClassName
{
background-color: #C96F7D;
}
.BgClassName
{
background-color: #C96F7D;
}
</style>
border-color css
<style>
span { border-color: #C96F7D; }
span { border-color: rgb(201,111,125); }
td.TdClassName
{
border-color: #C96F7D;
}
.TagClassName
{
border-color: #C96F7D;
}
</style>