#C8795D

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

Shades of Japonica #C8795D

Tints of Japonica #C8795D

Color information

#C8795D (or 0xC8795D) is unknown color: approx Japonica. HEX triplet: C8, 79 and 5D. RGB value is (200,121,93). Sum of RGB (Red+Green+Blue) = 200+121+93=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C8795D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8795D is #3786A2. Grayscale: #8D8D8D. Windows color (decimal): -3638947 or 6126024. OLE color: 6126024.

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

Color convert

RGB20012193-
CMYK00.390.540.22
HSL15.7º49.31%57.45%-
HSV(B)15.7º53.5%78.43%-
XYZ32.6326.7413.8-
YUV141.43100.67169.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.31%
GREEN value IS 121 (47.66% from 255) = 29.23%
BLUE value IS 93 (36.72% from 255) = 22.46%
R=48.31%
G=29.23%
B=22.46%

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
Decimal2001219300.390.540.2215.749.3157.45
HexC8795D0273616103139
Octal3101711350476626206171
Binary110010001111001101110101001111101101011010000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8795D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8795D; }

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

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

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

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

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

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

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

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