#C2795B

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

Shades of Japonica #C2795B

Tints of Japonica #C2795B

Color information

#C2795B (or 0xC2795B) is unknown color: approx Japonica. HEX triplet: C2, 79 and 5B. RGB value is (194,121,91). Sum of RGB (Red+Green+Blue) = 194+121+91=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 121 (47.66% from 255 or 29.80% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C2795B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2795B is #3D86A4. Grayscale: #8B8B8B. Windows color (decimal): -4032165 or 5994946. OLE color: 5994946.

HSL color Cylindrical-coordinate representation of color #C2795B: hue angle of 17.48º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C2795B is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB19412191-
CMYK00.380.530.24
HSL17.48º45.78%55.88%-
HSV(B)17.48º53.09%76.08%-
XYZ30.9725.913.26-
YUV139.41100.68166.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.78%
GREEN value IS 121 (47.66% from 255) = 29.80%
BLUE value IS 91 (35.94% from 255) = 22.41%
R=47.78%
G=29.80%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941219100.380.530.2417.4845.7855.88
HexC2795B0263518112e38
Octal3021711330466530215670
Binary110000101111001101101101001101101011100010001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2795B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2795B; }

 p { color: rgb(194,121,91); }

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

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

 a { background-color: rgb(194,121,91); }

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

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

 span { border-color: rgb(194,121,91); }

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