#C37A60

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

Shades of Japonica #C37A60

Tints of Japonica #C37A60

Color information

#C37A60 (or 0xC37A60) is unknown color: approx Japonica. HEX triplet: C3, 7A and 60. RGB value is (195,122,96). Sum of RGB (Red+Green+Blue) = 195+122+96=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37A60 is #3C859F. Grayscale: #8D8D8D. Windows color (decimal): -3966368 or 6322883. OLE color: 6322883.

HSL color Cylindrical-coordinate representation of color #C37A60: hue angle of 15.76º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C37A60 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB19512296-
CMYK00.370.510.24
HSL15.76º45.21%57.06%-
HSV(B)15.76º50.77%76.47%-
XYZ31.5826.3714.49-
YUV140.86102.68166.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.22%
GREEN value IS 122 (48.05% from 255) = 29.54%
BLUE value IS 96 (37.89% from 255) = 23.24%
R=47.22%
G=29.54%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951229600.370.510.2415.7645.2157.06
HexC37A600253318102d39
Octal3031721400456330205571
Binary110000111111010110000001001011100111100010000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37A60; }

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

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

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

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

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

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

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

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