Html Css Color HEX #C98441 Peru

📋 copy color: '#C98441'

red 201 ◦ green 132 ◦ blue 65

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

Shades of Peru #C98441

Tints of Peru #C98441

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.17%

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

R = 50.5%
G = 33.17%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C98441 (or 0xC98441) is known color: Peru. HEX triplet: C9, 84 and 41. RGB value is (201,132,65). Sum of RGB (Red+Green+Blue) = 201+132+65=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 65 (25.78% from 255 or 16.33% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C98441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98441 is #367BBE. Grayscale: #919191. Windows color (decimal): -3570623 or 4293833. OLE color: 4293833.

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

Color convert

RGB 201 132 65 -
CMYK 0 0.34 0.68 0.21
HSL 29.56º 0.56% 0.52% -
HSV(B) 29.56º 0.68% 0.79% -
XYZ 33.29 29.3 8.9 -
YUV 144.99 82.86 167.95 -
System Red Green Blue C M Y K H S L
Decimal 201 132 65 0 0.34 0.68 0.21 29.56 0.56 0.52
Hex C9 84 41 0 22 44 15 1E 38 34
Octal 311 204 101 0 42 104 25 36 70 64
Binary 11001001 10000100 1000001 0 100010 1000100 10101 11110 111000 110100

Color Harmonies of #C98441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98441

Black with #C98441

Text Example


Text Example

White with #C98441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98441; }

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

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

background-color css

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

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

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

border-color css

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

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

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