Html Css Color HEX #C97F3F Peru

📋 copy color: '#C97F3F'

red 201 ◦ green 127 ◦ blue 63

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

Shades of Peru #C97F3F

Tints of Peru #C97F3F

RGB

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

 GREEN value IS 127 (50% from 255) = 32.48%

 BLUE value IS 63 (25% from 255) = 16.11%

R = 51.41%
G = 32.48%
B = 16.11%

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

#C97F3F (or 0xC97F3F) is known color: Peru. HEX triplet: C9, 7F and 3F. RGB value is (201,127,63). Sum of RGB (Red+Green+Blue) = 201+127+63=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 63 (25% from 255 or 16.11% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97F3F is #3680C0. Grayscale: #8E8E8E. Windows color (decimal): -3571905 or 4161481. OLE color: 4161481.

HSL color Cylindrical-coordinate representation of color #C97F3F: hue angle of 27.83º 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 #C97F3F is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 127 63 -
CMYK 0 0.37 0.69 0.21
HSL 27.83º 0.56% 0.52% -
HSV(B) 27.83º 0.69% 0.79% -
XYZ 32.57 27.96 8.38 -
YUV 141.83 83.52 170.2 -
System Red Green Blue C M Y K H S L
Decimal 201 127 63 0 0.37 0.69 0.21 27.83 0.56 0.52
Hex C9 7F 3F 0 25 45 15 1C 38 34
Octal 311 177 77 0 45 105 25 34 70 64
Binary 11001001 1111111 111111 0 100101 1000101 10101 11100 111000 110100

Color Harmonies of #C97F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97F3F

Black with #C97F3F

Text Example


Text Example

White with #C97F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97F3F; }

 p { color: rgb(201,127,63); }

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

background-color css

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

 a { background-color: rgb(201,127,63); }

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

border-color css

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

 span { border-color: rgb(201,127,63); }

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