Html Css Color HEX #C7863F Peru

📋 copy color: '#C7863F'

red 199 ◦ green 134 ◦ blue 63

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

Shades of Peru #C7863F

Tints of Peru #C7863F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.91%

R = 50.25%
G = 33.84%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C7863F (or 0xC7863F) is known color: Peru. HEX triplet: C7, 86 and 3F. RGB value is (199,134,63). Sum of RGB (Red+Green+Blue) = 199+134+63=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 63 (25% from 255 or 15.91% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C7863F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7863F is #3879C0. Grayscale: #919191. Windows color (decimal): -3701185 or 4163271. OLE color: 4163271.

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

Color convert

RGB 199 134 63 -
CMYK 0 0.33 0.68 0.22
HSL 31.32º 0.55% 0.51% -
HSV(B) 31.32º 0.68% 0.78% -
XYZ 32.98 29.55 8.67 -
YUV 145.34 81.53 166.27 -
System Red Green Blue C M Y K H S L
Decimal 199 134 63 0 0.33 0.68 0.22 31.32 0.55 0.51
Hex C7 86 3F 0 21 44 16 1F 37 33
Octal 307 206 77 0 41 104 26 37 67 63
Binary 11000111 10000110 111111 0 100001 1000100 10110 11111 110111 110011

Color Harmonies of #C7863F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7863F

Black with #C7863F

Text Example


Text Example

White with #C7863F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7863F; }

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

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

background-color css

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

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

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

border-color css

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

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

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