Html Css Color HEX #C98241 Peru

📋 copy color: '#C98241'

red 201 ◦ green 130 ◦ blue 65

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

Shades of Peru #C98241

Tints of Peru #C98241

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.83%

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

R = 50.76%
G = 32.83%
B = 16.41%

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

#C98241 (or 0xC98241) is known color: Peru. HEX triplet: C9, 82 and 41. RGB value is (201,130,65). Sum of RGB (Red+Green+Blue) = 201+130+65=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 65 (25.78% from 255 or 16.41% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C98241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98241 is #367DBE. Grayscale: #909090. Windows color (decimal): -3571135 or 4293321. OLE color: 4293321.

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

Color convert

RGB 201 130 65 -
CMYK 0 0.35 0.68 0.21
HSL 28.68º 0.56% 0.52% -
HSV(B) 28.68º 0.68% 0.79% -
XYZ 33.02 28.76 8.81 -
YUV 143.82 83.52 168.79 -
System Red Green Blue C M Y K H S L
Decimal 201 130 65 0 0.35 0.68 0.21 28.68 0.56 0.52
Hex C9 82 41 0 23 44 15 1D 38 34
Octal 311 202 101 0 43 104 25 35 70 64
Binary 11001001 10000010 1000001 0 100011 1000100 10101 11101 111000 110100

Color Harmonies of #C98241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98241

Black with #C98241

Text Example


Text Example

White with #C98241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98241; }

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

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

background-color css

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

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

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

border-color css

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

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

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