#C8715D

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

Shades of Japonica #C8715D

Tints of Japonica #C8715D

Color information

#C8715D (or 0xC8715D) is unknown color: approx Japonica. HEX triplet: C8, 71 and 5D. RGB value is (200,113,93). Sum of RGB (Red+Green+Blue) = 200+113+93=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C8715D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8715D is #378EA2. Grayscale: #888888. Windows color (decimal): -3640995 or 6123976. OLE color: 6123976.

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

Color convert

RGB20011393-
CMYK00.440.540.22
HSL11.21º49.31%57.45%-
HSV(B)11.21º53.5%78.43%-
XYZ31.724.8813.49-
YUV136.73103.32173.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.26%
GREEN value IS 113 (44.53% from 255) = 27.83%
BLUE value IS 93 (36.72% from 255) = 22.91%
R=49.26%
G=27.83%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001139300.440.540.2211.2149.3157.45
HexC8715D02C3616b3139
Octal3101611350546626136171
Binary11001000111000110111010101100110110101101011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8715D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8715D; }

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

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

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

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

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

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

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

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