Html Css Color HEX #C48442 Peru

📋 copy color: '#C48442'

red 196 ◦ green 132 ◦ blue 66

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

Shades of Peru #C48442

Tints of Peru #C48442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.75%

R = 49.75%
G = 33.5%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C48442 (or 0xC48442) is known color: Peru. HEX triplet: C4, 84 and 42. RGB value is (196,132,66). Sum of RGB (Red+Green+Blue) = 196+132+66=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 66 (26.17% from 255 or 16.75% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C48442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48442 is #3B7BBD. Grayscale: #8F8F8F. Windows color (decimal): -3898302 or 4359364. OLE color: 4359364.

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

Color convert

RGB 196 132 66 -
CMYK 0 0.33 0.66 0.23
HSL 30.46º 0.52% 0.51% -
HSV(B) 30.46º 0.66% 0.77% -
XYZ 32 28.63 8.99 -
YUV 143.61 84.2 165.37 -
System Red Green Blue C M Y K H S L
Decimal 196 132 66 0 0.33 0.66 0.23 30.46 0.52 0.51
Hex C4 84 42 0 21 42 17 1E 34 33
Octal 304 204 102 0 41 102 27 36 64 63
Binary 11000100 10000100 1000010 0 100001 1000010 10111 11110 110100 110011

Color Harmonies of #C48442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48442

Black with #C48442

Text Example


Text Example

White with #C48442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48442; }

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

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

background-color css

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

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

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

border-color css

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

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

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