#C86A54

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

Shades of Japonica #C86A54

Tints of Japonica #C86A54

Color information

#C86A54 (or 0xC86A54) is unknown color: approx Japonica. HEX triplet: C8, 6A and 54. RGB value is (200,106,84). Sum of RGB (Red+Green+Blue) = 200+106+84=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86A54 is #3795AB. Grayscale: #838383. Windows color (decimal): -3642796 or 5532360. OLE color: 5532360.

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

Color convert

RGB20010684-
CMYK00.470.580.22
HSL11.38º51.33%55.69%-
HSV(B)11.38º58%78.43%-
XYZ30.5723.2311.26-
YUV131.6101.14176.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.28%
GREEN value IS 106 (41.80% from 255) = 27.18%
BLUE value IS 84 (33.20% from 255) = 21.54%
R=51.28%
G=27.18%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001068400.470.580.2211.3851.3355.69
HexC86A5402F3A16b3338
Octal3101521240577226136370
Binary11001000110101010101000101111111010101101011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86A54; }

 p { color: rgb(200,106,84); }

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

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

 a { background-color: rgb(200,106,84); }

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

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

 span { border-color: rgb(200,106,84); }

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