#C57059

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

Shades of Japonica #C57059

Tints of Japonica #C57059

Color information

#C57059 (or 0xC57059) is unknown color: approx Japonica. HEX triplet: C5, 70 and 59. RGB value is (197,112,89). Sum of RGB (Red+Green+Blue) = 197+112+89=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 89 (35.16% from 255 or 22.36% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C57059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57059 is #3A8FA6. Grayscale: #868686. Windows color (decimal): -3837863 or 5861573. OLE color: 5861573.

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

Color convert

RGB19711289-
CMYK00.430.550.23
HSL12.78º48.21%56.08%-
HSV(B)12.78º54.82%77.25%-
XYZ30.6224.1812.5-
YUV134.79102.16172.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.50%
GREEN value IS 112 (44.14% from 255) = 28.14%
BLUE value IS 89 (35.16% from 255) = 22.36%
R=49.50%
G=28.14%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971128900.430.550.2312.7848.2156.08
HexC5705902B3717d3038
Octal3051601310536727156070
Binary11000101111000010110010101011110111101111101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57059; }

 p { color: rgb(197,112,89); }

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

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

 a { background-color: rgb(197,112,89); }

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

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

 span { border-color: rgb(197,112,89); }

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