Html Css Color HEX #C97E3E Peru

📋 copy color: '#C97E3E'

red 201 ◦ green 126 ◦ blue 62

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

Shades of Peru #C97E3E

Tints of Peru #C97E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.94%

R = 51.67%
G = 32.39%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C97E3E (or 0xC97E3E) is known color: Peru. HEX triplet: C9, 7E and 3E. RGB value is (201,126,62). Sum of RGB (Red+Green+Blue) = 201+126+62=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 62 (24.61% from 255 or 15.94% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C97E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97E3E is #3681C1. Grayscale: #8D8D8D. Windows color (decimal): -3572162 or 4095689. OLE color: 4095689.

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

Color convert

RGB 201 126 62 -
CMYK 0 0.37 0.69 0.21
HSL 27.63º 0.56% 0.52% -
HSV(B) 27.63º 0.69% 0.79% -
XYZ 32.42 27.69 8.19 -
YUV 141.13 83.35 170.7 -
System Red Green Blue C M Y K H S L
Decimal 201 126 62 0 0.37 0.69 0.21 27.63 0.56 0.52
Hex C9 7E 3E 0 25 45 15 1C 38 34
Octal 311 176 76 0 45 105 25 34 70 64
Binary 11001001 1111110 111110 0 100101 1000101 10101 11100 111000 110100

Color Harmonies of #C97E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97E3E

Black with #C97E3E

Text Example


Text Example

White with #C97E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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