Html Css Color HEX #C98841 Peru

📋 copy color: '#C98841'

red 201 ◦ green 136 ◦ blue 65

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

Shades of Peru #C98841

Tints of Peru #C98841

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.83%

 BLUE value IS 65 (25.78% from 255) = 16.17%

R = 50%
G = 33.83%
B = 16.17%

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

#C98841 (or 0xC98841) is known color: Peru. HEX triplet: C9, 88 and 41. RGB value is (201,136,65). Sum of RGB (Red+Green+Blue) = 201+136+65=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 65 (25.78% from 255 or 16.17% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C98841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98841 is #3677BE. Grayscale: #939393. Windows color (decimal): -3569599 or 4294857. OLE color: 4294857.

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

Color convert

RGB 201 136 65 -
CMYK 0 0.32 0.68 0.21
HSL 31.32º 0.56% 0.52% -
HSV(B) 31.32º 0.68% 0.79% -
XYZ 33.85 30.41 9.09 -
YUV 147.34 81.53 166.27 -
System Red Green Blue C M Y K H S L
Decimal 201 136 65 0 0.32 0.68 0.21 31.32 0.56 0.52
Hex C9 88 41 0 20 44 15 1F 38 34
Octal 311 210 101 0 40 104 25 37 70 64
Binary 11001001 10001000 1000001 0 100000 1000100 10101 11111 111000 110100

Color Harmonies of #C98841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98841

Black with #C98841

Text Example


Text Example

White with #C98841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98841; }

 p { color: rgb(201,136,65); }

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

background-color css

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

 a { background-color: rgb(201,136,65); }

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

border-color css

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

 span { border-color: rgb(201,136,65); }

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