Html Css Color HEX #C98940 Peru

📋 copy color: '#C98940'

red 201 ◦ green 137 ◦ blue 64

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

Shades of Peru #C98940

Tints of Peru #C98940

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.08%

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

R = 50%
G = 34.08%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C98940 (or 0xC98940) is known color: Peru. HEX triplet: C9, 89 and 40. RGB value is (201,137,64). Sum of RGB (Red+Green+Blue) = 201+137+64=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C98940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98940 is #3676BF. Grayscale: #949494. Windows color (decimal): -3569344 or 4229577. OLE color: 4229577.

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

Color convert

RGB 201 137 64 -
CMYK 0 0.32 0.68 0.21
HSL 31.97º 0.56% 0.52% -
HSV(B) 31.97º 0.68% 0.79% -
XYZ 33.96 30.68 8.98 -
YUV 147.81 80.7 165.94 -
System Red Green Blue C M Y K H S L
Decimal 201 137 64 0 0.32 0.68 0.21 31.97 0.56 0.52
Hex C9 89 40 0 20 44 15 20 38 34
Octal 311 211 100 0 40 104 25 40 70 64
Binary 11001001 10001001 1000000 0 100000 1000100 10101 100000 111000 110100

Color Harmonies of #C98940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98940

Black with #C98940

Text Example


Text Example

White with #C98940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98940; }

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

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

background-color css

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

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

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

border-color css

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

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

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