#C56D56

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

Shades of Japonica #C56D56

Tints of Japonica #C56D56

Color information

#C56D56 (or 0xC56D56) is unknown color: approx Japonica. HEX triplet: C5, 6D and 56. RGB value is (197,109,86). Sum of RGB (Red+Green+Blue) = 197+109+86=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C56D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56D56 is #3A92A9. Grayscale: #848484. Windows color (decimal): -3838634 or 5664197. OLE color: 5664197.

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

Color convert

RGB19710986-
CMYK00.450.560.23
HSL12.43º48.9%55.49%-
HSV(B)12.43º56.35%77.25%-
XYZ30.1723.4811.75-
YUV132.69101.65173.87-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.26%
GREEN value IS 109 (42.97% from 255) = 27.81%
BLUE value IS 86 (33.98% from 255) = 21.94%
R=50.26%
G=27.81%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971098600.450.560.2312.4348.955.49
HexC56D5602D3817c3137
Octal3051551260557027146167
Binary11000101110110110101100101101111000101111100110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56D56; }

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

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

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

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

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

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

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

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