#C8705E

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

Shades of Japonica #C8705E

Tints of Japonica #C8705E

Color information

#C8705E (or 0xC8705E) is unknown color: approx Japonica. HEX triplet: C8, 70 and 5E. RGB value is (200,112,94). Sum of RGB (Red+Green+Blue) = 200+112+94=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C8705E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8705E is #378FA1. Grayscale: #888888. Windows color (decimal): -3641250 or 6189256. OLE color: 6189256.

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

Color convert

RGB20011294-
CMYK00.440.530.22
HSL10.19º49.07%57.65%-
HSV(B)10.19º53%78.43%-
XYZ31.6324.6813.69-
YUV136.26104.15173.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.26%
GREEN value IS 112 (44.14% from 255) = 27.59%
BLUE value IS 94 (37.11% from 255) = 23.15%
R=49.26%
G=27.59%
B=23.15%

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
Decimal2001129400.440.530.2210.1949.0757.65
HexC8705E02C3516a313a
Octal3101601360546526126172
Binary11001000111000010111100101100110101101101010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8705E; }

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

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

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

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

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

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

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

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