#C7795C

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

Shades of Japonica #C7795C

Tints of Japonica #C7795C

Color information

#C7795C (or 0xC7795C) is unknown color: approx Japonica. HEX triplet: C7, 79 and 5C. RGB value is (199,121,92). Sum of RGB (Red+Green+Blue) = 199+121+92=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C7795C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7795C is #3886A3. Grayscale: #8D8D8D. Windows color (decimal): -3704484 or 6060487. OLE color: 6060487.

HSL color Cylindrical-coordinate representation of color #C7795C: hue angle of 16.26º 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 #C7795C is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB19912192-
CMYK00.390.540.22
HSL16.26º48.86%57.06%-
HSV(B)16.26º53.77%78.04%-
XYZ32.3226.5913.55-
YUV141.02100.34169.36-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.30%
GREEN value IS 121 (47.66% from 255) = 29.37%
BLUE value IS 92 (36.33% from 255) = 22.33%
R=48.30%
G=29.37%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991219200.390.540.2216.2648.8657.06
HexC7795C0273616103139
Octal3071711340476626206171
Binary110001111111001101110001001111101101011010000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7795C; }

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

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

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

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

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

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

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

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