#C86E58

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

Shades of Japonica #C86E58

Tints of Japonica #C86E58

Color information

#C86E58 (or 0xC86E58) is unknown color: approx Japonica. HEX triplet: C8, 6E and 58. RGB value is (200,110,88). Sum of RGB (Red+Green+Blue) = 200+110+88=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 88 (34.77% from 255 or 22.11% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86E58 is #3791A7. Grayscale: #868686. Windows color (decimal): -3641768 or 5795528. OLE color: 5795528.

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

Color convert

RGB20011088-
CMYK00.450.560.22
HSL11.79º50.45%56.47%-
HSV(B)11.79º56%78.43%-
XYZ31.1624.1412.25-
YUV134.4101.82174.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.25%
GREEN value IS 110 (43.36% from 255) = 27.64%
BLUE value IS 88 (34.77% from 255) = 22.11%
R=50.25%
G=27.64%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001108800.450.560.2211.7950.4556.47
HexC86E5802D3816c3238
Octal3101561300557026146270
Binary11001000110111010110000101101111000101101100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86E58; }

 p { color: rgb(200,110,88); }

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

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

 a { background-color: rgb(200,110,88); }

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

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

 span { border-color: rgb(200,110,88); }

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