Html Css Color HEX #C86E59 Japonica

📋 copy color: '#C86E59'

red 200 ◦ green 110 ◦ blue 89

#C86E59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japonica #C86E59

Tints of Japonica #C86E59

RGB

 RED value IS 200 (78.52% from 255) = 50.13%

 GREEN value IS 110 (43.36% from 255) = 27.57%

 BLUE value IS 89 (35.16% from 255) = 22.31%

R = 50.13%
G = 27.57%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C86E59 (or 0xC86E59) is known color: Japonica. HEX triplet: C8, 6E and 59. RGB value is (200,110,89). Sum of RGB (Red+Green+Blue) = 200+110+89=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 89 (35.16% from 255 or 22.31% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86E59 is #3791A6. Grayscale: #868686. Windows color (decimal): -3641767 or 5861064. OLE color: 5861064.

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

Color convert

RGB 200 110 89 -
CMYK 0 0.45 0.56 0.22
HSL 11.35º 0.5% 0.57% -
HSV(B) 11.35º 0.56% 0.78% -
XYZ 31.2 24.15 12.47 -
YUV 134.52 102.32 174.71 -
System Red Green Blue C M Y K H S L
Decimal 200 110 89 0 0.45 0.56 0.22 11.35 0.5 0.57
Hex C8 6E 59 0 2D 38 16 B 32 39
Octal 310 156 131 0 55 70 26 13 62 71
Binary 11001000 1101110 1011001 0 101101 111000 10110 1011 110010 111001

Color Harmonies of #C86E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86E59

Black with #C86E59

Text Example


Text Example

White with #C86E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86E59; }

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

 H1.HeaderClassName
 {
   color: #C86E59;
 }
 .AnyTagClassName
 {
   color: #C86E59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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