#C57A5B

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

Shades of Japonica #C57A5B

Tints of Japonica #C57A5B

Color information

#C57A5B (or 0xC57A5B) is unknown color: approx Japonica. HEX triplet: C5, 7A and 5B. RGB value is (197,122,91). Sum of RGB (Red+Green+Blue) = 197+122+91=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 122 (48.05% from 255 or 29.76% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57A5B is #3A85A4. Grayscale: #8D8D8D. Windows color (decimal): -3835301 or 5995205. OLE color: 5995205.

HSL color Cylindrical-coordinate representation of color #C57A5B: hue angle of 17.55º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C57A5B is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB19712291-
CMYK00.380.540.23
HSL17.55º47.75%56.47%-
HSV(B)17.55º53.81%77.25%-
XYZ31.8726.5413.34-
YUV140.8999.85168.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.05%
GREEN value IS 122 (48.05% from 255) = 29.76%
BLUE value IS 91 (35.94% from 255) = 22.20%
R=48.05%
G=29.76%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971229100.380.540.2317.5547.7556.47
HexC57A5B0263617123038
Octal3051721330466627226070
Binary110001011111010101101101001101101101011110010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57A5B; }

 p { color: rgb(197,122,91); }

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

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

 a { background-color: rgb(197,122,91); }

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

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

 span { border-color: rgb(197,122,91); }

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