#C57056

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

Shades of Japonica #C57056

Tints of Japonica #C57056

Color information

#C57056 (or 0xC57056) is unknown color: approx Japonica. HEX triplet: C5, 70 and 56. RGB value is (197,112,86). Sum of RGB (Red+Green+Blue) = 197+112+86=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C57056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57056 is #3A8FA9. Grayscale: #868686. Windows color (decimal): -3837866 or 5664965. OLE color: 5664965.

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

Color convert

RGB19711286-
CMYK00.430.560.23
HSL14.05º48.9%55.49%-
HSV(B)14.05º56.35%77.25%-
XYZ30.524.1311.85-
YUV134.45100.66172.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.87%
GREEN value IS 112 (44.14% from 255) = 28.35%
BLUE value IS 86 (33.98% from 255) = 21.77%
R=49.87%
G=28.35%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971128600.430.560.2314.0548.955.49
HexC5705602B3817e3137
Octal3051601260537027166167
Binary11000101111000010101100101011111000101111110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57056; }

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

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

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

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

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

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

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

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