Html Css Color HEX #C97E40 Peru

📋 copy color: '#C97E40'

red 201 ◦ green 126 ◦ blue 64

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

Shades of Peru #C97E40

Tints of Peru #C97E40

RGB

 RED value IS 201 (78.91% from 255) = 51.41%

 GREEN value IS 126 (49.61% from 255) = 32.23%

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

R = 51.41%
G = 32.23%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C97E40 (or 0xC97E40) is known color: Peru. HEX triplet: C9, 7E and 40. RGB value is (201,126,64). Sum of RGB (Red+Green+Blue) = 201+126+64=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C97E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97E40 is #3681BF. Grayscale: #8D8D8D. Windows color (decimal): -3572160 or 4226761. OLE color: 4226761.

HSL color Cylindrical-coordinate representation of color #C97E40: hue angle of 27.15º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C97E40 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 126 64 -
CMYK 0 0.37 0.68 0.21
HSL 27.15º 0.56% 0.52% -
HSV(B) 27.15º 0.68% 0.79% -
XYZ 32.47 27.71 8.49 -
YUV 141.36 84.35 170.54 -
System Red Green Blue C M Y K H S L
Decimal 201 126 64 0 0.37 0.68 0.21 27.15 0.56 0.52
Hex C9 7E 40 0 25 44 15 1B 38 34
Octal 311 176 100 0 45 104 25 33 70 64
Binary 11001001 1111110 1000000 0 100101 1000100 10101 11011 111000 110100

Color Harmonies of #C97E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97E40

Black with #C97E40

Text Example


Text Example

White with #C97E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97E40; }

 p { color: rgb(201,126,64); }

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

background-color css

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

 a { background-color: rgb(201,126,64); }

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

border-color css

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

 span { border-color: rgb(201,126,64); }

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