Html Css Color HEX #C48643 Peru

📋 copy color: '#C48643'

red 196 ◦ green 134 ◦ blue 67

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

Shades of Peru #C48643

Tints of Peru #C48643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.88%

R = 49.37%
G = 33.75%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C48643 (or 0xC48643) is known color: Peru. HEX triplet: C4, 86 and 43. RGB value is (196,134,67). Sum of RGB (Red+Green+Blue) = 196+134+67=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 67 (26.56% from 255 or 16.88% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C48643 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48643 is #3B79BC. Grayscale: #919191. Windows color (decimal): -3897789 or 4425412. OLE color: 4425412.

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

Color convert

RGB 196 134 67 -
CMYK 0 0.32 0.66 0.23
HSL 31.16º 0.52% 0.52% -
HSV(B) 31.16º 0.66% 0.77% -
XYZ 32.3 29.19 9.24 -
YUV 144.9 84.04 164.45 -
System Red Green Blue C M Y K H S L
Decimal 196 134 67 0 0.32 0.66 0.23 31.16 0.52 0.52
Hex C4 86 43 0 20 42 17 1F 34 34
Octal 304 206 103 0 40 102 27 37 64 64
Binary 11000100 10000110 1000011 0 100000 1000010 10111 11111 110100 110100

Color Harmonies of #C48643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48643

Black with #C48643

Text Example


Text Example

White with #C48643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48643; }

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

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

background-color css

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

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

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

border-color css

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

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

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