Html Css Color HEX #C7863E Peru

📋 copy color: '#C7863E'

red 199 ◦ green 134 ◦ blue 62

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

Shades of Peru #C7863E

Tints of Peru #C7863E

RGB

 RED value IS 199 (78.13% from 255) = 50.38%

 GREEN value IS 134 (52.73% from 255) = 33.92%

 BLUE value IS 62 (24.61% from 255) = 15.7%

R = 50.38%
G = 33.92%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C7863E (or 0xC7863E) is known color: Peru. HEX triplet: C7, 86 and 3E. RGB value is (199,134,62). Sum of RGB (Red+Green+Blue) = 199+134+62=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 62 (24.61% from 255 or 15.70% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C7863E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7863E is #3879C1. Grayscale: #919191. Windows color (decimal): -3701186 or 4097735. OLE color: 4097735.

HSL color Cylindrical-coordinate representation of color #C7863E: hue angle of 31.53º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7863E is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 134 62 -
CMYK 0 0.33 0.69 0.22
HSL 31.53º 0.55% 0.51% -
HSV(B) 31.53º 0.69% 0.78% -
XYZ 32.95 29.54 8.52 -
YUV 145.23 81.03 166.35 -
System Red Green Blue C M Y K H S L
Decimal 199 134 62 0 0.33 0.69 0.22 31.53 0.55 0.51
Hex C7 86 3E 0 21 45 16 20 37 33
Octal 307 206 76 0 41 105 26 40 67 63
Binary 11000111 10000110 111110 0 100001 1000101 10110 100000 110111 110011

Color Harmonies of #C7863E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7863E

Black with #C7863E

Text Example


Text Example

White with #C7863E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7863E; }

 p { color: rgb(199,134,62); }

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

background-color css

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

 a { background-color: rgb(199,134,62); }

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

border-color css

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

 span { border-color: rgb(199,134,62); }

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