#C4705A

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

Shades of Japonica #C4705A

Tints of Japonica #C4705A

Color information

#C4705A (or 0xC4705A) is unknown color: approx Japonica. HEX triplet: C4, 70 and 5A. RGB value is (196,112,90). Sum of RGB (Red+Green+Blue) = 196+112+90=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C4705A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4705A is #3B8FA5. Grayscale: #868686. Windows color (decimal): -3903398 or 5927108. OLE color: 5927108.

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

Color convert

RGB19611290-
CMYK00.430.540.23
HSL12.45º47.32%56.08%-
HSV(B)12.45º54.08%76.86%-
XYZ30.424.0612.71-
YUV134.61102.83171.79-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.25%
GREEN value IS 112 (44.14% from 255) = 28.14%
BLUE value IS 90 (35.55% from 255) = 22.61%
R=49.25%
G=28.14%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961129000.430.540.2312.4547.3256.08
HexC4705A02B3617c2f38
Octal3041601320536627145770
Binary11000100111000010110100101011110110101111100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4705A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4705A; }

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

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

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

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

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

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

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

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