Html Css Color HEX #C86E57 Japonica

📋 copy color: '#C86E57'

red 200 ◦ green 110 ◦ blue 87

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

Shades of Japonica #C86E57

Tints of Japonica #C86E57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.91%

R = 50.38%
G = 27.71%
B = 21.91%

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

#C86E57 (or 0xC86E57) is known color: Japonica. HEX triplet: C8, 6E and 57. RGB value is (200,110,87). Sum of RGB (Red+Green+Blue) = 200+110+87=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 87 (34.38% from 255 or 21.91% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86E57 is #3791A8. Grayscale: #868686. Windows color (decimal): -3641769 or 5729992. OLE color: 5729992.

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

Color convert

RGB 200 110 87 -
CMYK 0 0.45 0.56 0.22
HSL 12.21º 0.51% 0.56% -
HSV(B) 12.21º 0.57% 0.78% -
XYZ 31.12 24.12 12.03 -
YUV 134.29 101.32 174.87 -
System Red Green Blue C M Y K H S L
Decimal 200 110 87 0 0.45 0.56 0.22 12.21 0.51 0.56
Hex C8 6E 57 0 2D 38 16 C 33 38
Octal 310 156 127 0 55 70 26 14 63 70
Binary 11001000 1101110 1010111 0 101101 111000 10110 1100 110011 111000

Color Harmonies of #C86E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86E57

Black with #C86E57

Text Example


Text Example

White with #C86E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86E57; }

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

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

background-color css

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

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

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

border-color css

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

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

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