Shades of Japonica #C37B5A
Tints of Japonica #C37B5A
RGB
CMYK
RGB Variations
Color information
#C37B5A (or 0xC37B5A) is known color: Japonica. HEX triplet: C3, 7B and 5A. RGB value is (195,123,90). Sum of RGB (Red+Green+Blue) = 195+123+90=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 90 (35.55% from 255 or 22.06% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37B5A is #3C84A5. Grayscale: #8C8C8C. Windows color (decimal): -3966118 or 5929923. OLE color: 5929923.
HSL color Cylindrical-coordinate representation of color #C37B5A: hue angle of 18.86º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C37B5A is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 90 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.24 |
| HSL | 18.86º | 0.47% | 0.56% | - |
| HSV(B) | 18.86º | 0.54% | 0.76% | - |
| XYZ | 31.43 | 26.51 | 13.13 | - |
| YUV | 140.77 | 99.35 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 90 | 0 | 0.37 | 0.54 | 0.24 | 18.86 | 0.47 | 0.56 |
| Hex | C3 | 7B | 5A | 0 | 25 | 36 | 18 | 13 | 2F | 38 |
| Octal | 303 | 173 | 132 | 0 | 45 | 66 | 30 | 23 | 57 | 70 |
| Binary | 11000011 | 1111011 | 1011010 | 0 | 100101 | 110110 | 11000 | 10011 | 101111 | 111000 |
Color Harmonies of #C37B5A
Complementary color
Monochromatic Colors of #C37B5A
Black with #C37B5A
Text Example
Text Example
White with #C37B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37B5A; }
p { color: rgb(195,123,90); }
H1.HeaderClassName
{
color: #C37B5A;
}
.AnyTagClassName
{
color: #C37B5A;
}
</style>
background-color css
<style>
a { background-color: #C37B5A; }
a { background-color: rgb(195,123,90); }
div.DivClassName
{
background-color: #C37B5A;
}
.BgClassName
{
background-color: #C37B5A;
}
</style>
border-color css
<style>
span { border-color: #C37B5A; }
span { border-color: rgb(195,123,90); }
td.TdClassName
{
border-color: #C37B5A;
}
.TagClassName
{
border-color: #C37B5A;
}
</style>