#C56F5D

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

Shades of Japonica #C56F5D

Tints of Japonica #C56F5D

Color information

#C56F5D (or 0xC56F5D) is unknown color: approx Japonica. HEX triplet: C5, 6F and 5D. RGB value is (197,111,93). Sum of RGB (Red+Green+Blue) = 197+111+93=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56F5D is #3A90A2. Grayscale: #868686. Windows color (decimal): -3838115 or 6123461. OLE color: 6123461.

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

Color convert

RGB19711193-
CMYK00.440.530.23
HSL10.38º47.27%56.86%-
HSV(B)10.38º52.79%77.25%-
XYZ30.6924.0313.38-
YUV134.66104.49172.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.13%
GREEN value IS 111 (43.75% from 255) = 27.68%
BLUE value IS 93 (36.72% from 255) = 23.19%
R=49.13%
G=27.68%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971119300.440.530.2310.3847.2756.86
HexC56F5D02C3517a2f39
Octal3051571350546527125771
Binary11000101110111110111010101100110101101111010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56F5D; }

 p { color: rgb(197,111,93); }

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

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

 a { background-color: rgb(197,111,93); }

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

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

 span { border-color: rgb(197,111,93); }

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