Shades of Charm #C37277
Tints of Charm #C37277
RGB
CMYK
RGB Variations
Color information
#C37277 (or 0xC37277) is known color: Charm. HEX triplet: C3, 72 and 77. RGB value is (195,114,119). Sum of RGB (Red+Green+Blue) = 195+114+119=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C37277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37277 is #3C8D88. Grayscale: #8A8A8A. Windows color (decimal): -3968393 or 7828163. OLE color: 7828163.
HSL color Cylindrical-coordinate representation of color #C37277: hue angle of 356.3º 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 #C37277 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 114 | 119 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.24 |
| HSL | 356.3º | 0.4% | 0.61% | - |
| HSV(B) | 356.3º | 0.42% | 0.76% | - |
| XYZ | 31.85 | 24.97 | 20.59 | - |
| YUV | 138.79 | 116.84 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 114 | 119 | 0 | 0.42 | 0.39 | 0.24 | 356.3 | 0.4 | 0.61 |
| Hex | C3 | 72 | 77 | 0 | 2A | 27 | 18 | 164 | 28 | 3D |
| Octal | 303 | 162 | 167 | 0 | 52 | 47 | 30 | 544 | 50 | 75 |
| Binary | 11000011 | 1110010 | 1110111 | 0 | 101010 | 100111 | 11000 | 101100100 | 101000 | 111101 |
Color Harmonies of #C37277
Complementary color
Monochromatic Colors of #C37277
Black with #C37277
Text Example
Text Example
White with #C37277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37277; }
p { color: rgb(195,114,119); }
H1.HeaderClassName
{
color: #C37277;
}
.AnyTagClassName
{
color: #C37277;
}
</style>
background-color css
<style>
a { background-color: #C37277; }
a { background-color: rgb(195,114,119); }
div.DivClassName
{
background-color: #C37277;
}
.BgClassName
{
background-color: #C37277;
}
</style>
border-color css
<style>
span { border-color: #C37277; }
span { border-color: rgb(195,114,119); }
td.TdClassName
{
border-color: #C37277;
}
.TagClassName
{
border-color: #C37277;
}
</style>