#C86D58

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

Shades of Japonica #C86D58

Tints of Japonica #C86D58

Color information

#C86D58 (or 0xC86D58) is unknown color: approx Japonica. HEX triplet: C8, 6D and 58. RGB value is (200,109,88). Sum of RGB (Red+Green+Blue) = 200+109+88=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86D58 is #3792A7. Grayscale: #858585. Windows color (decimal): -3642024 or 5795272. OLE color: 5795272.

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

Color convert

RGB20010988-
CMYK00.460.560.22
HSL11.25º50.45%56.47%-
HSV(B)11.25º56%78.43%-
XYZ31.0523.9212.21-
YUV133.82102.15175.21-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.38%
GREEN value IS 109 (42.97% from 255) = 27.46%
BLUE value IS 88 (34.77% from 255) = 22.17%
R=50.38%
G=27.46%
B=22.17%

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
Decimal2001098800.460.560.2211.2550.4556.47
HexC86D5802E3816b3238
Octal3101551300567026136270
Binary11001000110110110110000101110111000101101011110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86D58; }

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

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

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

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

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

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

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

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