#C2785D

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

Shades of Japonica #C2785D

Tints of Japonica #C2785D

Color information

#C2785D (or 0xC2785D) is unknown color: approx Japonica. HEX triplet: C2, 78 and 5D. RGB value is (194,120,93). Sum of RGB (Red+Green+Blue) = 194+120+93=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C2785D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2785D is #3D87A2. Grayscale: #8B8B8B. Windows color (decimal): -4032419 or 6125762. OLE color: 6125762.

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

Color convert

RGB19412093-
CMYK00.380.520.24
HSL16.04º45.29%56.27%-
HSV(B)16.04º52.06%76.08%-
XYZ30.9425.6913.68-
YUV139.05102.02167.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.67%
GREEN value IS 120 (47.27% from 255) = 29.48%
BLUE value IS 93 (36.72% from 255) = 22.85%
R=47.67%
G=29.48%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941209300.380.520.2416.0445.2956.27
HexC2785D0263418102d38
Octal3021701350466430205570
Binary110000101111000101110101001101101001100010000101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2785D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2785D; }

 p { color: rgb(194,120,93); }

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

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

 a { background-color: rgb(194,120,93); }

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

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

 span { border-color: rgb(194,120,93); }

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