Html Css Color HEX #C98640 Peru

📋 copy color: '#C98640'

red 201 ◦ green 134 ◦ blue 64

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

Shades of Peru #C98640

Tints of Peru #C98640

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.58%

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

R = 50.38%
G = 33.58%
B = 16.04%

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

#C98640 (or 0xC98640) is known color: Peru. HEX triplet: C9, 86 and 40. RGB value is (201,134,64). Sum of RGB (Red+Green+Blue) = 201+134+64=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 64 (25.39% from 255 or 16.04% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C98640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98640 is #3679BF. Grayscale: #929292. Windows color (decimal): -3570112 or 4228809. OLE color: 4228809.

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

Color convert

RGB 201 134 64 -
CMYK 0 0.33 0.68 0.21
HSL 30.66º 0.56% 0.52% -
HSV(B) 30.66º 0.68% 0.79% -
XYZ 33.54 29.84 8.84 -
YUV 146.05 81.7 167.19 -
System Red Green Blue C M Y K H S L
Decimal 201 134 64 0 0.33 0.68 0.21 30.66 0.56 0.52
Hex C9 86 40 0 21 44 15 1F 38 34
Octal 311 206 100 0 41 104 25 37 70 64
Binary 11001001 10000110 1000000 0 100001 1000100 10101 11111 111000 110100

Color Harmonies of #C98640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98640

Black with #C98640

Text Example


Text Example

White with #C98640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98640; }

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

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

background-color css

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

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

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

border-color css

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

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

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