#c3705a

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

Shades of Japonica #C3705A

Tints of Japonica #C3705A

Color information

#C3705A (or 0xC3705A) is unknown color: approx Japonica. HEX triplet: C3, 70 and 5A. RGB value is (195,112,90). Sum of RGB (Red+Green+Blue) = 195+112+90=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C3705A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3705A is #3C8FA5. Grayscale: #868686. Windows color (decimal): -3968934 or 5927107. OLE color: 5927107.

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

Color convert

RGB19511290-
CMYK00.430.540.24
HSL12.57º46.67%55.88%-
HSV(B)12.57º53.85%76.47%-
XYZ30.1523.9312.7-
YUV134.31103171.29-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.12%
GREEN value IS 112 (44.14% from 255) = 28.21%
BLUE value IS 90 (35.55% from 255) = 22.67%
R=49.12%
G=28.21%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951129000.430.540.2412.5746.6755.88
HexC3705A02B3618d2f38
Octal3031601320536630155770
Binary11000011111000010110100101011110110110001101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3705a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3705a; }

 p { color: rgb(195,112,90); }

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

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

 a { background-color: rgb(195,112,90); }

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

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

 span { border-color: rgb(195,112,90); }

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