#C56C5C

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

Shades of Japonica #C56C5C

Tints of Japonica #C56C5C

Color information

#C56C5C (or 0xC56C5C) is unknown color: approx Japonica. HEX triplet: C5, 6C and 5C. RGB value is (197,108,92). Sum of RGB (Red+Green+Blue) = 197+108+92=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56C5C is #3A93A3. Grayscale: #848484. Windows color (decimal): -3838884 or 6057157. OLE color: 6057157.

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

Color convert

RGB19710892-
CMYK00.450.530.23
HSL9.14º47.51%56.67%-
HSV(B)9.14º53.3%77.25%-
XYZ30.3223.3713.04-
YUV132.79104.99173.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.62%
GREEN value IS 108 (42.58% from 255) = 27.20%
BLUE value IS 92 (36.33% from 255) = 23.17%
R=49.62%
G=27.20%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971089200.450.530.239.1447.5156.67
HexC56C5C02D351793039
Octal3051541340556527116071
Binary11000101110110010111000101101110101101111001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56C5C; }

 p { color: rgb(197,108,92); }

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

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

 a { background-color: rgb(197,108,92); }

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

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

 span { border-color: rgb(197,108,92); }

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