#C7785C

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

Shades of Japonica #C7785C

Tints of Japonica #C7785C

Color information

#C7785C (or 0xC7785C) is unknown color: approx Japonica. HEX triplet: C7, 78 and 5C. RGB value is (199,120,92). Sum of RGB (Red+Green+Blue) = 199+120+92=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 120 (47.27% from 255 or 29.20% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C7785C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7785C is #3887A3. Grayscale: #8C8C8C. Windows color (decimal): -3704740 or 6060231. OLE color: 6060231.

HSL color Cylindrical-coordinate representation of color #C7785C: hue angle of 15.7º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C7785C is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB19912092-
CMYK00.400.540.22
HSL15.7º48.86%57.06%-
HSV(B)15.7º53.77%78.04%-
XYZ32.226.3513.51-
YUV140.43100.67169.78-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.42%
GREEN value IS 120 (47.27% from 255) = 29.20%
BLUE value IS 92 (36.33% from 255) = 22.38%
R=48.42%
G=29.20%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991209200.400.540.2215.748.8657.06
HexC7785C0283616103139
Octal3071701340506626206171
Binary110001111111000101110001010001101101011010000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7785C; }

 p { color: rgb(199,120,92); }

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

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

 a { background-color: rgb(199,120,92); }

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

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

 span { border-color: rgb(199,120,92); }

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