Html Css Color HEX #C86E53 Japonica

📋 copy color: '#C86E53'

red 200 ◦ green 110 ◦ blue 83

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

Shades of Japonica #C86E53

Tints of Japonica #C86E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.12%

R = 50.89%
G = 27.99%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C86E53 (or 0xC86E53) is known color: Japonica. HEX triplet: C8, 6E and 53. RGB value is (200,110,83). Sum of RGB (Red+Green+Blue) = 200+110+83=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 83 (32.81% from 255 or 21.12% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86E53 is #3791AC. Grayscale: #868686. Windows color (decimal): -3641773 or 5467848. OLE color: 5467848.

HSL color Cylindrical-coordinate representation of color #C86E53: hue angle of 13.85º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C86E53 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 110 83 -
CMYK 0 0.45 0.58 0.22
HSL 13.85º 0.52% 0.55% -
HSV(B) 13.85º 0.59% 0.78% -
XYZ 30.96 24.06 11.2 -
YUV 133.83 99.32 175.2 -
System Red Green Blue C M Y K H S L
Decimal 200 110 83 0 0.45 0.58 0.22 13.85 0.52 0.55
Hex C8 6E 53 0 2D 3A 16 E 34 37
Octal 310 156 123 0 55 72 26 16 64 67
Binary 11001000 1101110 1010011 0 101101 111010 10110 1110 110100 110111

Color Harmonies of #C86E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86E53

Black with #C86E53

Text Example


Text Example

White with #C86E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86E53; }

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

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

background-color css

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

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

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

border-color css

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

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

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