#C57156

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

Shades of Japonica #C57156

Tints of Japonica #C57156

Color information

#C57156 (or 0xC57156) is unknown color: approx Japonica. HEX triplet: C5, 71 and 56. RGB value is (197,113,86). Sum of RGB (Red+Green+Blue) = 197+113+86=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 86 (33.98% from 255 or 21.72% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C57156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57156 is #3A8EA9. Grayscale: #878787. Windows color (decimal): -3837610 or 5665221. OLE color: 5665221.

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

Color convert

RGB19711386-
CMYK00.430.560.23
HSL14.59º48.9%55.49%-
HSV(B)14.59º56.35%77.25%-
XYZ30.6124.3511.89-
YUV135.04100.33172.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.75%
GREEN value IS 113 (44.53% from 255) = 28.54%
BLUE value IS 86 (33.98% from 255) = 21.72%
R=49.75%
G=28.54%
B=21.72%

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
Decimal1971138600.430.560.2314.5948.955.49
HexC5715602B3817f3137
Octal3051611260537027176167
Binary11000101111000110101100101011111000101111111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57156; }

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

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

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

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

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

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

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

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