#C57964

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

Shades of Japonica #C57964

Tints of Japonica #C57964

Color information

#C57964 (or 0xC57964) is unknown color: approx Japonica. HEX triplet: C5, 79 and 64. RGB value is (197,121,100). Sum of RGB (Red+Green+Blue) = 197+121+100=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C57964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57964 is #3A869B. Grayscale: #8D8D8D. Windows color (decimal): -3835548 or 6584773. OLE color: 6584773.

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

Color convert

RGB197121100-
CMYK00.390.490.23
HSL12.99º45.54%58.24%-
HSV(B)12.99º49.24%77.25%-
XYZ32.1626.4715.47-
YUV141.33104.68167.71-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.13%
GREEN value IS 121 (47.66% from 255) = 28.95%
BLUE value IS 100 (39.45% from 255) = 23.92%
R=47.13%
G=28.95%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712110000.390.490.2312.9945.5458.24
HexC579640273117d2e3a
Octal3051711440476127155672
Binary11000101111100111001000100111110001101111101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57964; }

 p { color: rgb(197,121,100); }

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

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

 a { background-color: rgb(197,121,100); }

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

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

 span { border-color: rgb(197,121,100); }

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