#C9795D

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

Shades of Japonica #C9795D

Tints of Japonica #C9795D

Color information

#C9795D (or 0xC9795D) is unknown color: approx Japonica. HEX triplet: C9, 79 and 5D. RGB value is (201,121,93). Sum of RGB (Red+Green+Blue) = 201+121+93=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C9795D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9795D is #3686A2. Grayscale: #8D8D8D. Windows color (decimal): -3573411 or 6126025. OLE color: 6126025.

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

Color convert

RGB20112193-
CMYK00.400.540.21
HSL15.56º50%57.65%-
HSV(B)15.56º53.73%78.82%-
XYZ32.926.8813.81-
YUV141.73100.5170.28-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.43%
GREEN value IS 121 (47.66% from 255) = 29.16%
BLUE value IS 93 (36.72% from 255) = 22.41%
R=48.43%
G=29.16%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011219300.400.540.2115.565057.65
HexC9795D028361510323a
Octal3111711350506625206272
Binary110010011111001101110101010001101101010110000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9795D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9795D; }

 p { color: rgb(201,121,93); }

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

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

 a { background-color: rgb(201,121,93); }

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

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

 span { border-color: rgb(201,121,93); }

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