#C57557

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

Shades of Japonica #C57557

Tints of Japonica #C57557

Color information

#C57557 (or 0xC57557) is unknown color: approx Japonica. HEX triplet: C5, 75 and 57. RGB value is (197,117,87). Sum of RGB (Red+Green+Blue) = 197+117+87=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 87 (34.38% from 255 or 21.70% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C57557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57557 is #3A8AA8. Grayscale: #898989. Windows color (decimal): -3836585 or 5731781. OLE color: 5731781.

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

Color convert

RGB19711787-
CMYK00.410.560.23
HSL16.36º48.67%55.69%-
HSV(B)16.36º55.84%77.25%-
XYZ31.1125.2812.26-
YUV137.599.5170.44-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.13%
GREEN value IS 117 (46.09% from 255) = 29.18%
BLUE value IS 87 (34.38% from 255) = 21.70%
R=49.13%
G=29.18%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971178700.410.560.2316.3648.6755.69
HexC575570293817103138
Octal3051651270517027206170
Binary110001011110101101011101010011110001011110000110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57557; }

 p { color: rgb(197,117,87); }

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

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

 a { background-color: rgb(197,117,87); }

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

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

 span { border-color: rgb(197,117,87); }

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