#c57054

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

Shades of Japonica #C57054

Tints of Japonica #C57054

Color information

#C57054 (or 0xC57054) is unknown color: approx Japonica. HEX triplet: C5, 70 and 54. RGB value is (197,112,84). Sum of RGB (Red+Green+Blue) = 197+112+84=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 84 (33.20% from 255 or 21.37% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C57054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57054 is #3A8FAB. Grayscale: #868686. Windows color (decimal): -3837868 or 5533893. OLE color: 5533893.

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

Color convert

RGB19711284-
CMYK00.430.570.23
HSL14.87º49.34%55.1%-
HSV(B)14.87º57.36%77.25%-
XYZ30.4224.111.44-
YUV134.2299.66172.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.13%
GREEN value IS 112 (44.14% from 255) = 28.50%
BLUE value IS 84 (33.20% from 255) = 21.37%
R=50.13%
G=28.50%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971128400.430.570.2314.8749.3455.1
HexC5705402B3917f3137
Octal3051601240537127176167
Binary11000101111000010101000101011111001101111111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c57054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c57054; }

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

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

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

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

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

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

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

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