#C37A5A

Color #C37A5A Japonica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japonica #C37A5A

Tints of Japonica #C37A5A

Color information

#C37A5A (or 0xC37A5A) is unknown color: approx Japonica. HEX triplet: C3, 7A and 5A. RGB value is (195,122,90). Sum of RGB (Red+Green+Blue) = 195+122+90=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37A5A is #3C85A5. Grayscale: #8C8C8C. Windows color (decimal): -3966374 or 5929667. OLE color: 5929667.

HSL color Cylindrical-coordinate representation of color #C37A5A: hue angle of 18.29º 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 #C37A5A is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB19512290-
CMYK00.370.540.24
HSL18.29º46.67%55.88%-
HSV(B)18.29º53.85%76.47%-
XYZ31.3126.2613.09-
YUV140.1899.68167.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 47.91%
GREEN value IS 122 (48.05% from 255) = 29.98%
BLUE value IS 90 (35.55% from 255) = 22.11%
R=47.91%
G=29.98%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951229000.370.540.2418.2946.6755.88
HexC37A5A0253618122f38
Octal3031721320456630225770
Binary110000111111010101101001001011101101100010010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37A5A; }

 p { color: rgb(195,122,90); }

 H1.HeaderClassName
 {
   color: #C37A5A;
 }
 .AnyTagClassName
 {
   color: #C37A5A;
 }
</style>
background-color css

<style>
 a { background-color: #C37A5A; }

 a { background-color: rgb(195,122,90); }

 div.DivClassName
 {
   background-color: #C37A5A;
 }
 .BgClassName
 {
   background-color: #C37A5A;
 }
</style>
border-color css

<style>
 span { border-color: #C37A5A; }

 span { border-color: rgb(195,122,90); }

 td.TdClassName
 {
   border-color: #C37A5A;
 }
 .TagClassName
 {
   border-color: #C37A5A;
 }
</style>