Html Css Color HEX #C48440 Peru

📋 copy color: '#C48440'

red 196 ◦ green 132 ◦ blue 64

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

Shades of Peru #C48440

Tints of Peru #C48440

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.67%

 BLUE value IS 64 (25.39% from 255) = 16.33%

R = 50%
G = 33.67%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C48440 (or 0xC48440) is known color: Peru. HEX triplet: C4, 84 and 40. RGB value is (196,132,64). Sum of RGB (Red+Green+Blue) = 196+132+64=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C48440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48440 is #3B7BBF. Grayscale: #8F8F8F. Windows color (decimal): -3898304 or 4228292. OLE color: 4228292.

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

Color convert

RGB 196 132 64 -
CMYK 0 0.33 0.67 0.23
HSL 30.91º 0.53% 0.51% -
HSV(B) 30.91º 0.67% 0.77% -
XYZ 31.94 28.61 8.69 -
YUV 143.38 83.2 165.53 -
System Red Green Blue C M Y K H S L
Decimal 196 132 64 0 0.33 0.67 0.23 30.91 0.53 0.51
Hex C4 84 40 0 21 43 17 1F 35 33
Octal 304 204 100 0 41 103 27 37 65 63
Binary 11000100 10000100 1000000 0 100001 1000011 10111 11111 110101 110011

Color Harmonies of #C48440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48440

Black with #C48440

Text Example


Text Example

White with #C48440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48440; }

 p { color: rgb(196,132,64); }

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

background-color css

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

 a { background-color: rgb(196,132,64); }

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

border-color css

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

 span { border-color: rgb(196,132,64); }

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