Html Css Color HEX #C97F3D Peru

📋 copy color: '#C97F3D'

red 201 ◦ green 127 ◦ blue 61

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

Shades of Peru #C97F3D

Tints of Peru #C97F3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.68%

R = 51.67%
G = 32.65%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C97F3D (or 0xC97F3D) is known color: Peru. HEX triplet: C9, 7F and 3D. RGB value is (201,127,61). Sum of RGB (Red+Green+Blue) = 201+127+61=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 61 (24.22% from 255 or 15.68% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97F3D is #3680C2. Grayscale: #8D8D8D. Windows color (decimal): -3571907 or 4030409. OLE color: 4030409.

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

Color convert

RGB 201 127 61 -
CMYK 0 0.37 0.70 0.21
HSL 28.29º 0.56% 0.51% -
HSV(B) 28.29º 0.7% 0.79% -
XYZ 32.52 27.93 8.09 -
YUV 141.6 82.52 170.37 -
System Red Green Blue C M Y K H S L
Decimal 201 127 61 0 0.37 0.70 0.21 28.29 0.56 0.51
Hex C9 7F 3D 0 25 46 15 1C 38 33
Octal 311 177 75 0 45 106 25 34 70 63
Binary 11001001 1111111 111101 0 100101 1000110 10101 11100 111000 110011

Color Harmonies of #C97F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97F3D

Black with #C97F3D

Text Example


Text Example

White with #C97F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97F3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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