Shades of Charm #C3737D
Tints of Charm #C3737D
RGB
CMYK
RGB Variations
Color information
#C3737D (or 0xC3737D) is known color: Charm. HEX triplet: C3, 73 and 7D. RGB value is (195,115,125). Sum of RGB (Red+Green+Blue) = 195+115+125=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C3737D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3737D is #3C8C82. Grayscale: #8C8C8C. Windows color (decimal): -3968131 or 8221635. OLE color: 8221635.
HSL color Cylindrical-coordinate representation of color #C3737D: hue angle of 352.5º 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 #C3737D is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 115 | 125 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.24 |
| HSL | 352.5º | 0.4% | 0.61% | - |
| HSV(B) | 352.5º | 0.41% | 0.76% | - |
| XYZ | 32.34 | 25.34 | 22.59 | - |
| YUV | 140.06 | 119.5 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 125 | 0 | 0.41 | 0.36 | 0.24 | 352.5 | 0.4 | 0.61 |
| Hex | C3 | 73 | 7D | 0 | 29 | 24 | 18 | 160 | 28 | 3D |
| Octal | 303 | 163 | 175 | 0 | 51 | 44 | 30 | 540 | 50 | 75 |
| Binary | 11000011 | 1110011 | 1111101 | 0 | 101001 | 100100 | 11000 | 101100000 | 101000 | 111101 |
Color Harmonies of #C3737D
Complementary color
Monochromatic Colors of #C3737D
Black with #C3737D
Text Example
Text Example
White with #C3737D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3737D; }
p { color: rgb(195,115,125); }
H1.HeaderClassName
{
color: #C3737D;
}
.AnyTagClassName
{
color: #C3737D;
}
</style>
background-color css
<style>
a { background-color: #C3737D; }
a { background-color: rgb(195,115,125); }
div.DivClassName
{
background-color: #C3737D;
}
.BgClassName
{
background-color: #C3737D;
}
</style>
border-color css
<style>
span { border-color: #C3737D; }
span { border-color: rgb(195,115,125); }
td.TdClassName
{
border-color: #C3737D;
}
.TagClassName
{
border-color: #C3737D;
}
</style>