#c86c59

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

Shades of Japonica #C86C59

Tints of Japonica #C86C59

Color information

#C86C59 (or 0xC86C59) is unknown color: approx Japonica. HEX triplet: C8, 6C and 59. RGB value is (200,108,89). Sum of RGB (Red+Green+Blue) = 200+108+89=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 89 (35.16% from 255 or 22.42% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86C59 is #3793A6. Grayscale: #858585. Windows color (decimal): -3642279 or 5860552. OLE color: 5860552.

HSL color Cylindrical-coordinate representation of color #C86C59: hue angle of 10.27º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C86C59 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB20010889-
CMYK00.460.560.22
HSL10.27º50.23%56.67%-
HSV(B)10.27º55.5%78.43%-
XYZ30.9923.7312.4-
YUV133.34102.98175.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.38%
GREEN value IS 108 (42.58% from 255) = 27.20%
BLUE value IS 89 (35.16% from 255) = 22.42%
R=50.38%
G=27.20%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001088900.460.560.2210.2750.2356.67
HexC86C5902E3816a3239
Octal3101541310567026126271
Binary11001000110110010110010101110111000101101010110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c86c59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c86c59; }

 p { color: rgb(200,108,89); }

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

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

 a { background-color: rgb(200,108,89); }

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

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

 span { border-color: rgb(200,108,89); }

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