#C8775D

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

Shades of Japonica #C8775D

Tints of Japonica #C8775D

Color information

#C8775D (or 0xC8775D) is unknown color: approx Japonica. HEX triplet: C8, 77 and 5D. RGB value is (200,119,93). Sum of RGB (Red+Green+Blue) = 200+119+93=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C8775D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8775D is #3788A2. Grayscale: #8C8C8C. Windows color (decimal): -3639459 or 6125512. OLE color: 6125512.

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

Color convert

RGB20011993-
CMYK00.400.540.22
HSL14.58º49.31%57.45%-
HSV(B)14.58º53.5%78.43%-
XYZ32.3926.2613.72-
YUV140.26101.34170.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.54%
GREEN value IS 119 (46.88% from 255) = 28.88%
BLUE value IS 93 (36.72% from 255) = 22.57%
R=48.54%
G=28.88%
B=22.57%

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
Decimal2001199300.400.540.2214.5849.3157.45
HexC8775D0283616f3139
Octal3101671350506626176171
Binary11001000111011110111010101000110110101101111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8775D; }

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

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

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

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

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

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

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

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