#C56C56

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

Shades of Japonica #C56C56

Tints of Japonica #C56C56

Color information

#C56C56 (or 0xC56C56) is unknown color: approx Japonica. HEX triplet: C5, 6C and 56. RGB value is (197,108,86). Sum of RGB (Red+Green+Blue) = 197+108+86=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 86 (33.98% from 255 or 21.99% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56C56 is #3A93A9. Grayscale: #848484. Windows color (decimal): -3838890 or 5663941. OLE color: 5663941.

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

Color convert

RGB19710886-
CMYK00.450.560.23
HSL11.89º48.9%55.49%-
HSV(B)11.89º56.35%77.25%-
XYZ30.0723.2711.71-
YUV132.1101.99174.29-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.38%
GREEN value IS 108 (42.58% from 255) = 27.62%
BLUE value IS 86 (33.98% from 255) = 21.99%
R=50.38%
G=27.62%
B=21.99%

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
Decimal1971088600.450.560.2311.8948.955.49
HexC56C5602D3817c3137
Octal3051541260557027146167
Binary11000101110110010101100101101111000101111100110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56C56; }

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

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

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

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

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

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

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

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