Html Css Color HEX #C48647 Peru

📋 copy color: '#C48647'

red 196 ◦ green 134 ◦ blue 71

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

Shades of Peru #C48647

Tints of Peru #C48647

RGB

 RED value IS 196 (76.95% from 255) = 48.88%

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

 BLUE value IS 71 (28.13% from 255) = 17.71%

R = 48.88%
G = 33.42%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C48647 (or 0xC48647) is known color: Peru. HEX triplet: C4, 86 and 47. RGB value is (196,134,71). Sum of RGB (Red+Green+Blue) = 196+134+71=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 71 (28.12% from 255 or 17.71% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C48647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48647 is #3B79B8. Grayscale: #919191. Windows color (decimal): -3897785 or 4687556. OLE color: 4687556.

HSL color Cylindrical-coordinate representation of color #C48647: hue angle of 30.24º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C48647 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 134 71 -
CMYK 0 0.32 0.64 0.23
HSL 30.24º 0.51% 0.52% -
HSV(B) 30.24º 0.64% 0.77% -
XYZ 32.43 29.24 9.9 -
YUV 145.36 86.04 164.12 -
System Red Green Blue C M Y K H S L
Decimal 196 134 71 0 0.32 0.64 0.23 30.24 0.51 0.52
Hex C4 86 47 0 20 40 17 1E 33 34
Octal 304 206 107 0 40 100 27 36 63 64
Binary 11000100 10000110 1000111 0 100000 1000000 10111 11110 110011 110100

Color Harmonies of #C48647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48647

Black with #C48647

Text Example


Text Example

White with #C48647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48647; }

 p { color: rgb(196,134,71); }

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

background-color css

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

 a { background-color: rgb(196,134,71); }

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

border-color css

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

 span { border-color: rgb(196,134,71); }

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