Html Css Color HEX #C7864C Peru

📋 copy color: '#C7864C'

red 199 ◦ green 134 ◦ blue 76

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

Shades of Peru #C7864C

Tints of Peru #C7864C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.58%

R = 48.66%
G = 32.76%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7864C (or 0xC7864C) is known color: Peru. HEX triplet: C7, 86 and 4C. RGB value is (199,134,76). Sum of RGB (Red+Green+Blue) = 199+134+76=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 76 (30.08% from 255 or 18.58% from 409); Max value from RGB is 199 - color contains mainly: red. Hex color #C7864C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7864C is #3879B3. Grayscale: #939393. Windows color (decimal): -3701172 or 5015239. OLE color: 5015239.

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

Color convert

RGB 199 134 76 -
CMYK 0 0.33 0.62 0.22
HSL 28.29º 0.52% 0.54% -
HSV(B) 28.29º 0.62% 0.78% -
XYZ 33.38 29.71 10.81 -
YUV 146.82 88.03 165.22 -
System Red Green Blue C M Y K H S L
Decimal 199 134 76 0 0.33 0.62 0.22 28.29 0.52 0.54
Hex C7 86 4C 0 21 3E 16 1C 34 36
Octal 307 206 114 0 41 76 26 34 64 66
Binary 11000111 10000110 1001100 0 100001 111110 10110 11100 110100 110110

Color Harmonies of #C7864C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7864C

Black with #C7864C

Text Example


Text Example

White with #C7864C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7864C; }

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

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

background-color css

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

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

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

border-color css

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

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

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