Html Css Color HEX #C86B54 Japonica

📋 copy color: '#C86B54'

red 200 ◦ green 107 ◦ blue 84

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

Shades of Japonica #C86B54

Tints of Japonica #C86B54

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.37%

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

R = 51.15%
G = 27.37%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C86B54 (or 0xC86B54) is known color: Japonica. HEX triplet: C8, 6B and 54. RGB value is (200,107,84). Sum of RGB (Red+Green+Blue) = 200+107+84=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 84 (33.20% from 255 or 21.48% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C86B54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86B54 is #3794AB. Grayscale: #848484. Windows color (decimal): -3642540 or 5532616. OLE color: 5532616.

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

Color convert

RGB 200 107 84 -
CMYK 0 0.46 0.58 0.22
HSL 11.9º 0.51% 0.56% -
HSV(B) 11.9º 0.58% 0.78% -
XYZ 30.68 23.43 11.29 -
YUV 132.19 100.81 176.37 -
System Red Green Blue C M Y K H S L
Decimal 200 107 84 0 0.46 0.58 0.22 11.9 0.51 0.56
Hex C8 6B 54 0 2E 3A 16 C 33 38
Octal 310 153 124 0 56 72 26 14 63 70
Binary 11001000 1101011 1010100 0 101110 111010 10110 1100 110011 111000

Color Harmonies of #C86B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86B54

Black with #C86B54

Text Example


Text Example

White with #C86B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86B54; }

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

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

background-color css

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

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

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

border-color css

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

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

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