#C57A61

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

Shades of Japonica #C57A61

Tints of Japonica #C57A61

Color information

#C57A61 (or 0xC57A61) is unknown color: approx Japonica. HEX triplet: C5, 7A and 61. RGB value is (197,122,97). Sum of RGB (Red+Green+Blue) = 197+122+97=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57A61 is #3A859E. Grayscale: #8D8D8D. Windows color (decimal): -3835295 or 6388421. OLE color: 6388421.

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

Color convert

RGB19712297-
CMYK00.380.510.23
HSL15º46.3%57.65%-
HSV(B)15º50.76%77.25%-
XYZ32.1426.6514.76-
YUV141.57102.85167.53-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.36%
GREEN value IS 122 (48.05% from 255) = 29.33%
BLUE value IS 97 (38.28% from 255) = 23.32%
R=47.36%
G=29.33%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971229700.380.510.231546.357.65
HexC57A610263317f2e3a
Octal3051721410466327175672
Binary11000101111101011000010100110110011101111111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57A61; }

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

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

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

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

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

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

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

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