#C36E56

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

Shades of Japonica #C36E56

Tints of Japonica #C36E56

Color information

#C36E56 (or 0xC36E56) is unknown color: approx Japonica. HEX triplet: C3, 6E and 56. RGB value is (195,110,86). Sum of RGB (Red+Green+Blue) = 195+110+86=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 86 (33.98% from 255 or 21.99% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C36E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36E56 is #3C91A9. Grayscale: #848484. Windows color (decimal): -3969450 or 5664451. OLE color: 5664451.

HSL color Cylindrical-coordinate representation of color #C36E56: hue angle of 13.21º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C36E56 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB19511086-
CMYK00.440.560.24
HSL13.21º47.6%55.1%-
HSV(B)13.21º55.9%76.47%-
XYZ29.7623.4311.76-
YUV132.68101.66172.45-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.87%
GREEN value IS 110 (43.36% from 255) = 28.13%
BLUE value IS 86 (33.98% from 255) = 21.99%
R=49.87%
G=28.13%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951108600.440.560.2413.2147.655.1
HexC36E5602C3818d3037
Octal3031561260547030156067
Binary11000011110111010101100101100111000110001101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36E56; }

 p { color: rgb(195,110,86); }

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

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

 a { background-color: rgb(195,110,86); }

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

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

 span { border-color: rgb(195,110,86); }

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