#C57B56

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

Shades of Japonica #C57B56

Tints of Japonica #C57B56

Color information

#C57B56 (or 0xC57B56) is unknown color: approx Japonica. HEX triplet: C5, 7B and 56. RGB value is (197,123,86). Sum of RGB (Red+Green+Blue) = 197+123+86=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57B56 is #3A84A9. Grayscale: #8D8D8D. Windows color (decimal): -3835050 or 5667781. OLE color: 5667781.

HSL color Cylindrical-coordinate representation of color #C57B56: hue angle of 20º 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 #C57B56 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB19712386-
CMYK00.380.560.23
HSL20º48.9%55.49%-
HSV(B)20º56.35%77.25%-
XYZ31.7926.7112.28-
YUV140.9197.02168.01-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.52%
GREEN value IS 123 (48.44% from 255) = 30.30%
BLUE value IS 86 (33.98% from 255) = 21.18%
R=48.52%
G=30.30%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971238600.380.560.232048.955.49
HexC57B560263817143137
Octal3051731260467027246167
Binary110001011111011101011001001101110001011110100110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57B56; }

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

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

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

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

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

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

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

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