#C57D56

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

Shades of Japonica #C57D56

Tints of Japonica #C57D56

Color information

#C57D56 (or 0xC57D56) is unknown color: approx Japonica. HEX triplet: C5, 7D and 56. RGB value is (197,125,86). Sum of RGB (Red+Green+Blue) = 197+125+86=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57D56 is #3A82A9. Grayscale: #8E8E8E. Windows color (decimal): -3834538 or 5668293. OLE color: 5668293.

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

Color convert

RGB19712586-
CMYK00.370.560.23
HSL21.08º48.9%55.49%-
HSV(B)21.08º56.35%77.25%-
XYZ32.0427.2112.37-
YUV142.0896.35167.17-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.28%
GREEN value IS 125 (49.22% from 255) = 30.64%
BLUE value IS 86 (33.98% from 255) = 21.08%
R=48.28%
G=30.64%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971258600.370.560.2321.0848.955.49
HexC57D560253817153137
Octal3051751260457027256167
Binary110001011111101101011001001011110001011110101110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57D56; }

 p { color: rgb(197,125,86); }

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

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

 a { background-color: rgb(197,125,86); }

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

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

 span { border-color: rgb(197,125,86); }

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