#C8715C

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

Shades of Japonica #C8715C

Tints of Japonica #C8715C

Color information

#C8715C (or 0xC8715C) is unknown color: approx Japonica. HEX triplet: C8, 71 and 5C. RGB value is (200,113,92). Sum of RGB (Red+Green+Blue) = 200+113+92=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C8715C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8715C is #378EA3. Grayscale: #888888. Windows color (decimal): -3640996 or 6058440. OLE color: 6058440.

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

Color convert

RGB20011392-
CMYK00.440.540.22
HSL11.67º49.54%57.25%-
HSV(B)11.67º54%78.43%-
XYZ31.6624.8613.26-
YUV136.62102.82173.21-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.38%
GREEN value IS 113 (44.53% from 255) = 27.90%
BLUE value IS 92 (36.33% from 255) = 22.72%
R=49.38%
G=27.90%
B=22.72%

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
Decimal2001139200.440.540.2211.6749.5457.25
HexC8715C02C3616c3239
Octal3101611340546626146271
Binary11001000111000110111000101100110110101101100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8715C; }

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

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

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

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

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

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

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

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