Html Css Color HEX #C98740 Peru

📋 copy color: '#C98740'

red 201 ◦ green 135 ◦ blue 64

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

Shades of Peru #C98740

Tints of Peru #C98740

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.75%

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

R = 50.25%
G = 33.75%
B = 16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C98740 (or 0xC98740) is known color: Peru. HEX triplet: C9, 87 and 40. RGB value is (201,135,64). Sum of RGB (Red+Green+Blue) = 201+135+64=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 64 (25.39% from 255 or 16% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C98740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98740 is #3678BF. Grayscale: #929292. Windows color (decimal): -3569856 or 4229065. OLE color: 4229065.

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

Color convert

RGB 201 135 64 -
CMYK 0 0.33 0.68 0.21
HSL 31.09º 0.56% 0.52% -
HSV(B) 31.09º 0.68% 0.79% -
XYZ 33.68 30.12 8.89 -
YUV 146.64 81.37 166.77 -
System Red Green Blue C M Y K H S L
Decimal 201 135 64 0 0.33 0.68 0.21 31.09 0.56 0.52
Hex C9 87 40 0 21 44 15 1F 38 34
Octal 311 207 100 0 41 104 25 37 70 64
Binary 11001001 10000111 1000000 0 100001 1000100 10101 11111 111000 110100

Color Harmonies of #C98740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98740

Black with #C98740

Text Example


Text Example

White with #C98740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98740; }

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

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

background-color css

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

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

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

border-color css

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

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

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