#C57757

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

Shades of Japonica #C57757

Tints of Japonica #C57757

Color information

#C57757 (or 0xC57757) is unknown color: approx Japonica. HEX triplet: C5, 77 and 57. RGB value is (197,119,87). Sum of RGB (Red+Green+Blue) = 197+119+87=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 87 (34.38% from 255 or 21.59% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C57757 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57757 is #3A88A8. Grayscale: #8A8A8A. Windows color (decimal): -3836073 or 5732293. OLE color: 5732293.

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

Color convert

RGB19711987-
CMYK00.400.560.23
HSL17.45º48.67%55.69%-
HSV(B)17.45º55.84%77.25%-
XYZ31.3425.7512.34-
YUV138.6798.84169.6-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.88%
GREEN value IS 119 (46.88% from 255) = 29.53%
BLUE value IS 87 (34.38% from 255) = 21.59%
R=48.88%
G=29.53%
B=21.59%

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
Decimal1971198700.400.560.2317.4548.6755.69
HexC577570283817113138
Octal3051671270507027216170
Binary110001011110111101011101010001110001011110001110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57757; }

 p { color: rgb(197,119,87); }

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

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

 a { background-color: rgb(197,119,87); }

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

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

 span { border-color: rgb(197,119,87); }

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