Shades of Charm #C3727F
Tints of Charm #C3727F
RGB
CMYK
RGB Variations
Color information
#C3727F (or 0xC3727F) is known color: Charm. HEX triplet: C3, 72 and 7F. RGB value is (195,114,127). Sum of RGB (Red+Green+Blue) = 195+114+127=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C3727F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3727F is #3C8D80. Grayscale: #8B8B8B. Windows color (decimal): -3968385 or 8352451. OLE color: 8352451.
HSL color Cylindrical-coordinate representation of color #C3727F: hue angle of 350.37º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C3727F is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 114 | 127 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.24 |
| HSL | 350.37º | 0.4% | 0.61% | - |
| HSV(B) | 350.37º | 0.42% | 0.76% | - |
| XYZ | 32.35 | 25.17 | 23.23 | - |
| YUV | 139.7 | 120.84 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 114 | 127 | 0 | 0.42 | 0.35 | 0.24 | 350.37 | 0.4 | 0.61 |
| Hex | C3 | 72 | 7F | 0 | 2A | 23 | 18 | 15E | 28 | 3D |
| Octal | 303 | 162 | 177 | 0 | 52 | 43 | 30 | 536 | 50 | 75 |
| Binary | 11000011 | 1110010 | 1111111 | 0 | 101010 | 100011 | 11000 | 101011110 | 101000 | 111101 |
Color Harmonies of #C3727F
Complementary color
Monochromatic Colors of #C3727F
Black with #C3727F
Text Example
Text Example
White with #C3727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3727F; }
p { color: rgb(195,114,127); }
H1.HeaderClassName
{
color: #C3727F;
}
.AnyTagClassName
{
color: #C3727F;
}
</style>
background-color css
<style>
a { background-color: #C3727F; }
a { background-color: rgb(195,114,127); }
div.DivClassName
{
background-color: #C3727F;
}
.BgClassName
{
background-color: #C3727F;
}
</style>
border-color css
<style>
span { border-color: #C3727F; }
span { border-color: rgb(195,114,127); }
td.TdClassName
{
border-color: #C3727F;
}
.TagClassName
{
border-color: #C3727F;
}
</style>