#C86D54

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

Shades of Japonica #C86D54

Tints of Japonica #C86D54

Color information

#C86D54 (or 0xC86D54) is unknown color: approx Japonica. HEX triplet: C8, 6D and 54. RGB value is (200,109,84). Sum of RGB (Red+Green+Blue) = 200+109+84=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 84 (33.20% from 255 or 21.37% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86D54 is #3792AB. Grayscale: #858585. Windows color (decimal): -3642028 or 5533128. OLE color: 5533128.

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

Color convert

RGB20010984-
CMYK00.460.580.22
HSL12.93º51.33%55.69%-
HSV(B)12.93º58%78.43%-
XYZ30.8923.8611.36-
YUV133.36100.15175.53-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.89%
GREEN value IS 109 (42.97% from 255) = 27.74%
BLUE value IS 84 (33.20% from 255) = 21.37%
R=50.89%
G=27.74%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001098400.460.580.2212.9351.3355.69
HexC86D5402E3A16d3338
Octal3101551240567226156370
Binary11001000110110110101000101110111010101101101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86D54; }

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

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

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

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

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

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

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

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