#C36D58

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

Shades of Japonica #C36D58

Tints of Japonica #C36D58

Color information

#C36D58 (or 0xC36D58) is unknown color: approx Japonica. HEX triplet: C3, 6D and 58. RGB value is (195,109,88). Sum of RGB (Red+Green+Blue) = 195+109+88=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36D58 is #3C92A7. Grayscale: #848484. Windows color (decimal): -3969704 or 5795267. OLE color: 5795267.

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

Color convert

RGB19510988-
CMYK00.440.550.24
HSL11.78º47.14%55.49%-
HSV(B)11.78º54.87%76.47%-
XYZ29.7423.2412.15-
YUV132.32102.99172.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.74%
GREEN value IS 109 (42.97% from 255) = 27.81%
BLUE value IS 88 (34.77% from 255) = 22.45%
R=49.74%
G=27.81%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951098800.440.550.2411.7847.1455.49
HexC36D5802C3718c2f37
Octal3031551300546730145767
Binary11000011110110110110000101100110111110001100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36D58; }

 p { color: rgb(195,109,88); }

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

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

 a { background-color: rgb(195,109,88); }

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

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

 span { border-color: rgb(195,109,88); }

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