Html Css Color HEX #C86A54 Japonica

📋 copy color: '#C86A54'

red 200 ◦ green 106 ◦ blue 84

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

Shades of Japonica #C86A54

Tints of Japonica #C86A54

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.18%

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

R = 51.28%
G = 27.18%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C86A54 (or 0xC86A54) is known color: Japonica. HEX triplet: C8, 6A and 54. RGB value is (200,106,84). Sum of RGB (Red+Green+Blue) = 200+106+84=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86A54 is #3795AB. Grayscale: #838383. Windows color (decimal): -3642796 or 5532360. OLE color: 5532360.

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

Color convert

RGB 200 106 84 -
CMYK 0 0.47 0.58 0.22
HSL 11.38º 0.51% 0.56% -
HSV(B) 11.38º 0.58% 0.78% -
XYZ 30.57 23.23 11.26 -
YUV 131.6 101.14 176.79 -
System Red Green Blue C M Y K H S L
Decimal 200 106 84 0 0.47 0.58 0.22 11.38 0.51 0.56
Hex C8 6A 54 0 2F 3A 16 B 33 38
Octal 310 152 124 0 57 72 26 13 63 70
Binary 11001000 1101010 1010100 0 101111 111010 10110 1011 110011 111000

Color Harmonies of #C86A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86A54

Black with #C86A54

Text Example


Text Example

White with #C86A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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