Shades of Charm #C37378
Tints of Charm #C37378
RGB
CMYK
RGB Variations
Color information
#C37378 (or 0xC37378) is known color: Charm. HEX triplet: C3, 73 and 78. RGB value is (195,115,120). Sum of RGB (Red+Green+Blue) = 195+115+120=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C37378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37378 is #3C8C87. Grayscale: #8B8B8B. Windows color (decimal): -3968136 or 7893955. OLE color: 7893955.
HSL color Cylindrical-coordinate representation of color #C37378: hue angle of 356.25º 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 #C37378 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 115 | 120 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.24 |
| HSL | 356.25º | 0.4% | 0.61% | - |
| HSV(B) | 356.25º | 0.41% | 0.76% | - |
| XYZ | 32.03 | 25.22 | 20.95 | - |
| YUV | 139.49 | 117 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 120 | 0 | 0.41 | 0.38 | 0.24 | 356.25 | 0.4 | 0.61 |
| Hex | C3 | 73 | 78 | 0 | 29 | 26 | 18 | 164 | 28 | 3D |
| Octal | 303 | 163 | 170 | 0 | 51 | 46 | 30 | 544 | 50 | 75 |
| Binary | 11000011 | 1110011 | 1111000 | 0 | 101001 | 100110 | 11000 | 101100100 | 101000 | 111101 |
Color Harmonies of #C37378
Complementary color
Monochromatic Colors of #C37378
Black with #C37378
Text Example
Text Example
White with #C37378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37378; }
p { color: rgb(195,115,120); }
H1.HeaderClassName
{
color: #C37378;
}
.AnyTagClassName
{
color: #C37378;
}
</style>
background-color css
<style>
a { background-color: #C37378; }
a { background-color: rgb(195,115,120); }
div.DivClassName
{
background-color: #C37378;
}
.BgClassName
{
background-color: #C37378;
}
</style>
border-color css
<style>
span { border-color: #C37378; }
span { border-color: rgb(195,115,120); }
td.TdClassName
{
border-color: #C37378;
}
.TagClassName
{
border-color: #C37378;
}
</style>