#C37A5D

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

Shades of Japonica #C37A5D

Tints of Japonica #C37A5D

Color information

#C37A5D (or 0xC37A5D) is unknown color: approx Japonica. HEX triplet: C3, 7A and 5D. RGB value is (195,122,93). Sum of RGB (Red+Green+Blue) = 195+122+93=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 122 (48.05% from 255 or 29.76% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37A5D is #3C85A2. Grayscale: #8C8C8C. Windows color (decimal): -3966371 or 6126275. OLE color: 6126275.

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

Color convert

RGB19512293-
CMYK00.370.520.24
HSL17.06º45.95%56.47%-
HSV(B)17.06º52.31%76.47%-
XYZ31.4426.3113.78-
YUV140.52101.18166.86-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.56%
GREEN value IS 122 (48.05% from 255) = 29.76%
BLUE value IS 93 (36.72% from 255) = 22.68%
R=47.56%
G=29.76%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951229300.370.520.2417.0645.9556.47
HexC37A5D0253418112e38
Octal3031721350456430215670
Binary110000111111010101110101001011101001100010001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37A5D; }

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

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

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

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

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

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

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

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