#C8715E

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

Shades of Japonica #C8715E

Tints of Japonica #C8715E

Color information

#C8715E (or 0xC8715E) is unknown color: approx Japonica. HEX triplet: C8, 71 and 5E. RGB value is (200,113,94). Sum of RGB (Red+Green+Blue) = 200+113+94=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C8715E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8715E is #378EA1. Grayscale: #898989. Windows color (decimal): -3640994 or 6189512. OLE color: 6189512.

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

Color convert

RGB20011394-
CMYK00.440.530.22
HSL10.75º49.07%57.65%-
HSV(B)10.75º53%78.43%-
XYZ31.7424.913.72-
YUV136.85103.82173.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.14%
GREEN value IS 113 (44.53% from 255) = 27.76%
BLUE value IS 94 (37.11% from 255) = 23.10%
R=49.14%
G=27.76%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001139400.440.530.2210.7549.0757.65
HexC8715E02C3516b313a
Octal3101611360546526136172
Binary11001000111000110111100101100110101101101011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8715E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8715E; }

 p { color: rgb(200,113,94); }

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

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

 a { background-color: rgb(200,113,94); }

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

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

 span { border-color: rgb(200,113,94); }

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