#C9775E

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

Shades of Japonica #C9775E

Tints of Japonica #C9775E

Color information

#C9775E (or 0xC9775E) is unknown color: approx Japonica. HEX triplet: C9, 77 and 5E. RGB value is (201,119,94). Sum of RGB (Red+Green+Blue) = 201+119+94=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C9775E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9775E is #3688A1. Grayscale: #8C8C8C. Windows color (decimal): -3573922 or 6191049. OLE color: 6191049.

HSL color Cylindrical-coordinate representation of color #C9775E: hue angle of 14.02º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C9775E is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB20111994-
CMYK00.410.530.21
HSL14.02º49.77%57.84%-
HSV(B)14.02º53.23%78.82%-
XYZ32.726.4213.97-
YUV140.67101.67171.03-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.55%
GREEN value IS 119 (46.88% from 255) = 28.74%
BLUE value IS 94 (37.11% from 255) = 22.71%
R=48.55%
G=28.74%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011199400.410.530.2114.0249.7757.84
HexC9775E0293515e323a
Octal3111671360516525166272
Binary11001001111011110111100101001110101101011110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9775E; }

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

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

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

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

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

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

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

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