Shades of Japonica #C37A5C
Tints of Japonica #C37A5C
RGB
CMYK
RGB Variations
Color information
#C37A5C (or 0xC37A5C) is known color: Japonica. HEX triplet: C3, 7A and 5C. RGB value is (195,122,92). Sum of RGB (Red+Green+Blue) = 195+122+92=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37A5C is #3C85A3. Grayscale: #8C8C8C. Windows color (decimal): -3966372 or 6060739. OLE color: 6060739.
HSL color Cylindrical-coordinate representation of color #C37A5C: hue angle of 17.48º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C37A5C is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 122 | 92 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.24 |
| HSL | 17.48º | 0.46% | 0.56% | - |
| HSV(B) | 17.48º | 0.53% | 0.76% | - |
| XYZ | 31.4 | 26.29 | 13.55 | - |
| YUV | 140.41 | 100.68 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 92 | 0 | 0.37 | 0.53 | 0.24 | 17.48 | 0.46 | 0.56 |
| Hex | C3 | 7A | 5C | 0 | 25 | 35 | 18 | 11 | 2E | 38 |
| Octal | 303 | 172 | 134 | 0 | 45 | 65 | 30 | 21 | 56 | 70 |
| Binary | 11000011 | 1111010 | 1011100 | 0 | 100101 | 110101 | 11000 | 10001 | 101110 | 111000 |
Color Harmonies of #C37A5C
Complementary color
Monochromatic Colors of #C37A5C
Black with #C37A5C
Text Example
Text Example
White with #C37A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37A5C; }
p { color: rgb(195,122,92); }
H1.HeaderClassName
{
color: #C37A5C;
}
.AnyTagClassName
{
color: #C37A5C;
}
</style>
background-color css
<style>
a { background-color: #C37A5C; }
a { background-color: rgb(195,122,92); }
div.DivClassName
{
background-color: #C37A5C;
}
.BgClassName
{
background-color: #C37A5C;
}
</style>
border-color css
<style>
span { border-color: #C37A5C; }
span { border-color: rgb(195,122,92); }
td.TdClassName
{
border-color: #C37A5C;
}
.TagClassName
{
border-color: #C37A5C;
}
</style>