Html Css Color HEX #C98941 Peru

📋 copy color: '#C98941'

red 201 ◦ green 137 ◦ blue 65

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

Shades of Peru #C98941

Tints of Peru #C98941

RGB

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

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

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

R = 49.88%
G = 34%
B = 16.13%

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

#C98941 (or 0xC98941) is known color: Peru. HEX triplet: C9, 89 and 41. RGB value is (201,137,65). Sum of RGB (Red+Green+Blue) = 201+137+65=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 65 (25.78% from 255 or 16.13% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C98941 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98941 is #3676BE. Grayscale: #949494. Windows color (decimal): -3569343 or 4295113. OLE color: 4295113.

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

Color convert

RGB 201 137 65 -
CMYK 0 0.32 0.68 0.21
HSL 31.76º 0.56% 0.52% -
HSV(B) 31.76º 0.68% 0.79% -
XYZ 33.99 30.69 9.13 -
YUV 147.93 81.2 165.85 -
System Red Green Blue C M Y K H S L
Decimal 201 137 65 0 0.32 0.68 0.21 31.76 0.56 0.52
Hex C9 89 41 0 20 44 15 20 38 34
Octal 311 211 101 0 40 104 25 40 70 64
Binary 11001001 10001001 1000001 0 100000 1000100 10101 100000 111000 110100

Color Harmonies of #C98941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98941

Black with #C98941

Text Example


Text Example

White with #C98941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98941; }

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

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

background-color css

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

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

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

border-color css

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

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

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