Html Css Color HEX #C98449 Peru

📋 copy color: '#C98449'

red 201 ◦ green 132 ◦ blue 73

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

Shades of Peru #C98449

Tints of Peru #C98449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 17.98%

R = 49.51%
G = 32.51%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C98449 (or 0xC98449) is known color: Peru. HEX triplet: C9, 84 and 49. RGB value is (201,132,73). Sum of RGB (Red+Green+Blue) = 201+132+73=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 73 (28.91% from 255 or 17.98% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C98449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98449 is #367BB6. Grayscale: #929292. Windows color (decimal): -3570615 or 4818121. OLE color: 4818121.

HSL color Cylindrical-coordinate representation of color #C98449: hue angle of 27.66º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C98449 is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 132 73 -
CMYK 0 0.34 0.64 0.21
HSL 27.66º 0.54% 0.54% -
HSV(B) 27.66º 0.64% 0.79% -
XYZ 33.54 29.4 10.21 -
YUV 145.91 86.86 167.3 -
System Red Green Blue C M Y K H S L
Decimal 201 132 73 0 0.34 0.64 0.21 27.66 0.54 0.54
Hex C9 84 49 0 22 40 15 1C 36 36
Octal 311 204 111 0 42 100 25 34 66 66
Binary 11001001 10000100 1001001 0 100010 1000000 10101 11100 110110 110110

Color Harmonies of #C98449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98449

Black with #C98449

Text Example


Text Example

White with #C98449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98449; }

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

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

background-color css

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

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

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

border-color css

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

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

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