#C0775E

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

Shades of Japonica #C0775E

Tints of Japonica #C0775E

Color information

#C0775E (or 0xC0775E) is unknown color: approx Japonica. HEX triplet: C0, 77 and 5E. RGB value is (192,119,94). Sum of RGB (Red+Green+Blue) = 192+119+94=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C0775E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0775E is #3F88A1. Grayscale: #8A8A8A. Windows color (decimal): -4163746 or 6191040. OLE color: 6191040.

HSL color Cylindrical-coordinate representation of color #C0775E: hue angle of 15.31º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0775E is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB19211994-
CMYK00.380.510.25
HSL15.31º43.75%56.08%-
HSV(B)15.31º51.04%75.29%-
XYZ30.3625.2113.86-
YUV137.98103.18166.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.41%
GREEN value IS 119 (46.88% from 255) = 29.38%
BLUE value IS 94 (37.11% from 255) = 23.21%
R=47.41%
G=29.38%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921199400.380.510.2515.3143.7556.08
HexC0775E0263319f2c38
Octal3001671360466331175470
Binary11000000111011110111100100110110011110011111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0775E; }

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

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

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

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

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

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

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

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