#C8785D

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

Shades of Japonica #C8785D

Tints of Japonica #C8785D

Color information

#C8785D (or 0xC8785D) is unknown color: approx Japonica. HEX triplet: C8, 78 and 5D. RGB value is (200,120,93). Sum of RGB (Red+Green+Blue) = 200+120+93=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C8785D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8785D is #3787A2. Grayscale: #8D8D8D. Windows color (decimal): -3639203 or 6125768. OLE color: 6125768.

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

Color convert

RGB20012093-
CMYK00.40.540.22
HSL15.14º49.31%57.45%-
HSV(B)15.14º53.5%78.43%-
XYZ32.5126.513.76-
YUV140.84101170.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.43%
GREEN value IS 120 (47.27% from 255) = 29.06%
BLUE value IS 93 (36.72% from 255) = 22.52%
R=48.43%
G=29.06%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001209300.40.540.2215.1449.3157.45
HexC8785D0283616f3139
Octal3101701350506626176171
Binary11001000111100010111010101000110110101101111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8785D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8785D; }

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

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

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

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

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

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

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

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