#C36E5C

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

Shades of Japonica #C36E5C

Tints of Japonica #C36E5C

Color information

#C36E5C (or 0xC36E5C) is unknown color: approx Japonica. HEX triplet: C3, 6E and 5C. RGB value is (195,110,92). Sum of RGB (Red+Green+Blue) = 195+110+92=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C36E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36E5C is #3C91A3. Grayscale: #858585. Windows color (decimal): -3969444 or 6057667. OLE color: 6057667.

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

Color convert

RGB19511092-
CMYK00.440.530.24
HSL10.49º46.19%56.27%-
HSV(B)10.49º52.82%76.47%-
XYZ30.0123.5313.08-
YUV133.36104.66171.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.12%
GREEN value IS 110 (43.36% from 255) = 27.71%
BLUE value IS 92 (36.33% from 255) = 23.17%
R=49.12%
G=27.71%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951109200.440.530.2410.4946.1956.27
HexC36E5C02C3518a2e38
Octal3031561340546530125670
Binary11000011110111010111000101100110101110001010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36E5C; }

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

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

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

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

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

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

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

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