Shades of Charm #C37483
Tints of Charm #C37483
RGB
CMYK
RGB Variations
Color information
#C37483 (or 0xC37483) is known color: Charm. HEX triplet: C3, 74 and 83. RGB value is (195,116,131). Sum of RGB (Red+Green+Blue) = 195+116+131=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 131 (51.56% from 255 or 29.64% from 442); Max value from RGB is 195 - color contains mainly: red. Hex color #C37483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37483 is #3C8B7C. Grayscale: #8D8D8D. Windows color (decimal): -3967869 or 8615107. OLE color: 8615107.
HSL color Cylindrical-coordinate representation of color #C37483: hue angle of 348.61º 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 #C37483 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 116 | 131 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.24 |
| HSL | 348.61º | 0.4% | 0.61% | - |
| HSV(B) | 348.61º | 0.41% | 0.76% | - |
| XYZ | 32.85 | 25.73 | 24.71 | - |
| YUV | 141.33 | 122.17 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 116 | 131 | 0 | 0.41 | 0.33 | 0.24 | 348.61 | 0.4 | 0.61 |
| Hex | C3 | 74 | 83 | 0 | 29 | 21 | 18 | 15D | 28 | 3D |
| Octal | 303 | 164 | 203 | 0 | 51 | 41 | 30 | 535 | 50 | 75 |
| Binary | 11000011 | 1110100 | 10000011 | 0 | 101001 | 100001 | 11000 | 101011101 | 101000 | 111101 |
Color Harmonies of #C37483
Complementary color
Monochromatic Colors of #C37483
Black with #C37483
Text Example
Text Example
White with #C37483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37483; }
p { color: rgb(195,116,131); }
H1.HeaderClassName
{
color: #C37483;
}
.AnyTagClassName
{
color: #C37483;
}
</style>
background-color css
<style>
a { background-color: #C37483; }
a { background-color: rgb(195,116,131); }
div.DivClassName
{
background-color: #C37483;
}
.BgClassName
{
background-color: #C37483;
}
</style>
border-color css
<style>
span { border-color: #C37483; }
span { border-color: rgb(195,116,131); }
td.TdClassName
{
border-color: #C37483;
}
.TagClassName
{
border-color: #C37483;
}
</style>