#C36E5D

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

Shades of Japonica #C36E5D

Tints of Japonica #C36E5D

Color information

#C36E5D (or 0xC36E5D) is unknown color: approx Japonica. HEX triplet: C3, 6E and 5D. RGB value is (195,110,93). Sum of RGB (Red+Green+Blue) = 195+110+93=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C36E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36E5D is #3C91A2. Grayscale: #858585. Windows color (decimal): -3969443 or 6123203. OLE color: 6123203.

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

Color convert

RGB19511093-
CMYK00.440.520.24
HSL10º45.95%56.47%-
HSV(B)10º52.31%76.47%-
XYZ30.0623.5413.32-
YUV133.48105.16171.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.99%
GREEN value IS 110 (43.36% from 255) = 27.64%
BLUE value IS 93 (36.72% from 255) = 23.37%
R=48.99%
G=27.64%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951109300.440.520.241045.9556.47
HexC36E5D02C3418a2e38
Octal3031561350546430125670
Binary11000011110111010111010101100110100110001010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36E5D; }

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

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

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

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

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

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

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

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