Html Css Color HEX #C86E54 Japonica

📋 copy color: '#C86E54'

red 200 ◦ green 110 ◦ blue 84

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

Shades of Japonica #C86E54

Tints of Japonica #C86E54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.32%

R = 50.76%
G = 27.92%
B = 21.32%

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

#C86E54 (or 0xC86E54) is known color: Japonica. HEX triplet: C8, 6E and 54. RGB value is (200,110,84). Sum of RGB (Red+Green+Blue) = 200+110+84=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86E54 is #3791AB. Grayscale: #868686. Windows color (decimal): -3641772 or 5533384. OLE color: 5533384.

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

Color convert

RGB 200 110 84 -
CMYK 0 0.45 0.58 0.22
HSL 13.45º 0.51% 0.56% -
HSV(B) 13.45º 0.58% 0.78% -
XYZ 31 24.07 11.4 -
YUV 133.95 99.82 175.11 -
System Red Green Blue C M Y K H S L
Decimal 200 110 84 0 0.45 0.58 0.22 13.45 0.51 0.56
Hex C8 6E 54 0 2D 3A 16 D 33 38
Octal 310 156 124 0 55 72 26 15 63 70
Binary 11001000 1101110 1010100 0 101101 111010 10110 1101 110011 111000

Color Harmonies of #C86E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86E54

Black with #C86E54

Text Example


Text Example

White with #C86E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86E54; }

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

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

background-color css

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

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

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

border-color css

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

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

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