Shades of Charm #C3737F
Tints of Charm #C3737F
RGB
CMYK
RGB Variations
Color information
#C3737F (or 0xC3737F) is known color: Charm. HEX triplet: C3, 73 and 7F. RGB value is (195,115,127). Sum of RGB (Red+Green+Blue) = 195+115+127=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C3737F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3737F is #3C8C80. Grayscale: #8C8C8C. Windows color (decimal): -3968129 or 8352707. OLE color: 8352707.
HSL color Cylindrical-coordinate representation of color #C3737F: hue angle of 351º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C3737F is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 115 | 127 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.24 |
| HSL | 351º | 0.4% | 0.61% | - |
| HSV(B) | 351º | 0.41% | 0.76% | - |
| XYZ | 32.47 | 25.4 | 23.27 | - |
| YUV | 140.29 | 120.5 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 127 | 0 | 0.41 | 0.35 | 0.24 | 351 | 0.4 | 0.61 |
| Hex | C3 | 73 | 7F | 0 | 29 | 23 | 18 | 15F | 28 | 3D |
| Octal | 303 | 163 | 177 | 0 | 51 | 43 | 30 | 537 | 50 | 75 |
| Binary | 11000011 | 1110011 | 1111111 | 0 | 101001 | 100011 | 11000 | 101011111 | 101000 | 111101 |
Color Harmonies of #C3737F
Complementary color
Monochromatic Colors of #C3737F
Black with #C3737F
Text Example
Text Example
White with #C3737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3737F; }
p { color: rgb(195,115,127); }
H1.HeaderClassName
{
color: #C3737F;
}
.AnyTagClassName
{
color: #C3737F;
}
</style>
background-color css
<style>
a { background-color: #C3737F; }
a { background-color: rgb(195,115,127); }
div.DivClassName
{
background-color: #C3737F;
}
.BgClassName
{
background-color: #C3737F;
}
</style>
border-color css
<style>
span { border-color: #C3737F; }
span { border-color: rgb(195,115,127); }
td.TdClassName
{
border-color: #C3737F;
}
.TagClassName
{
border-color: #C3737F;
}
</style>