Html Css Color HEX #C98341 Peru

📋 copy color: '#C98341'

red 201 ◦ green 131 ◦ blue 65

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

Shades of Peru #C98341

Tints of Peru #C98341

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33%

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

R = 50.63%
G = 33%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C98341 (or 0xC98341) is known color: Peru. HEX triplet: C9, 83 and 41. RGB value is (201,131,65). Sum of RGB (Red+Green+Blue) = 201+131+65=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C98341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98341 is #367CBE. Grayscale: #909090. Windows color (decimal): -3570879 or 4293577. OLE color: 4293577.

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

Color convert

RGB 201 131 65 -
CMYK 0 0.35 0.68 0.21
HSL 29.12º 0.56% 0.52% -
HSV(B) 29.12º 0.68% 0.79% -
XYZ 33.16 29.03 8.86 -
YUV 144.41 83.19 168.37 -
System Red Green Blue C M Y K H S L
Decimal 201 131 65 0 0.35 0.68 0.21 29.12 0.56 0.52
Hex C9 83 41 0 23 44 15 1D 38 34
Octal 311 203 101 0 43 104 25 35 70 64
Binary 11001001 10000011 1000001 0 100011 1000100 10101 11101 111000 110100

Color Harmonies of #C98341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98341

Black with #C98341

Text Example


Text Example

White with #C98341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98341; }

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

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

background-color css

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

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

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

border-color css

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

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

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