#C57656

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

Shades of Japonica #C57656

Tints of Japonica #C57656

Color information

#C57656 (or 0xC57656) is unknown color: approx Japonica. HEX triplet: C5, 76 and 56. RGB value is (197,118,86). Sum of RGB (Red+Green+Blue) = 197+118+86=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C57656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57656 is #3A89A9. Grayscale: #8A8A8A. Windows color (decimal): -3836330 or 5666501. OLE color: 5666501.

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

Color convert

RGB19711886-
CMYK00.400.560.23
HSL17.3º48.9%55.49%-
HSV(B)17.3º56.35%77.25%-
XYZ31.1825.512.08-
YUV137.9798.67170.1-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.13%
GREEN value IS 118 (46.48% from 255) = 29.43%
BLUE value IS 86 (33.98% from 255) = 21.45%
R=49.13%
G=29.43%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971188600.400.560.2317.348.955.49
HexC576560283817113137
Octal3051661260507027216167
Binary110001011110110101011001010001110001011110001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57656; }

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

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

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

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

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

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

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

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