#c4775e

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

Shades of Japonica #C4775E

Tints of Japonica #C4775E

Color information

#C4775E (or 0xC4775E) is unknown color: approx Japonica. HEX triplet: C4, 77 and 5E. RGB value is (196,119,94). Sum of RGB (Red+Green+Blue) = 196+119+94=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C4775E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4775E is #3B88A1. Grayscale: #8B8B8B. Windows color (decimal): -3901602 or 6191044. OLE color: 6191044.

HSL color Cylindrical-coordinate representation of color #C4775E: hue angle of 14.71º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4775E is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB19611994-
CMYK00.390.520.23
HSL14.71º46.36%56.86%-
HSV(B)14.71º52.04%76.86%-
XYZ31.3825.7413.9-
YUV139.17102.51168.53-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.92%
GREEN value IS 119 (46.88% from 255) = 29.10%
BLUE value IS 94 (37.11% from 255) = 22.98%
R=47.92%
G=29.10%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961199400.390.520.2314.7146.3656.86
HexC4775E0273417f2e39
Octal3041671360476427175671
Binary11000100111011110111100100111110100101111111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4775e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4775e; }

 p { color: rgb(196,119,94); }

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

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

 a { background-color: rgb(196,119,94); }

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

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

 span { border-color: rgb(196,119,94); }

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