Html Css Color HEX #C98548 Peru

📋 copy color: '#C98548'

red 201 ◦ green 133 ◦ blue 72

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

Shades of Peru #C98548

Tints of Peru #C98548

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.76%

 BLUE value IS 72 (28.52% from 255) = 17.73%

R = 49.51%
G = 32.76%
B = 17.73%

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

#C98548 (or 0xC98548) is known color: Peru. HEX triplet: C9, 85 and 48. RGB value is (201,133,72). Sum of RGB (Red+Green+Blue) = 201+133+72=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 72 (28.52% from 255 or 17.73% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C98548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98548 is #367AB7. Grayscale: #929292. Windows color (decimal): -3570360 or 4752841. OLE color: 4752841.

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

Color convert

RGB 201 133 72 -
CMYK 0 0.34 0.64 0.21
HSL 28.37º 0.54% 0.54% -
HSV(B) 28.37º 0.64% 0.79% -
XYZ 33.64 29.66 10.08 -
YUV 146.38 86.03 166.96 -
System Red Green Blue C M Y K H S L
Decimal 201 133 72 0 0.34 0.64 0.21 28.37 0.54 0.54
Hex C9 85 48 0 22 40 15 1C 36 36
Octal 311 205 110 0 42 100 25 34 66 66
Binary 11001001 10000101 1001000 0 100010 1000000 10101 11100 110110 110110

Color Harmonies of #C98548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98548

Black with #C98548

Text Example


Text Example

White with #C98548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98548; }

 p { color: rgb(201,133,72); }

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

background-color css

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

 a { background-color: rgb(201,133,72); }

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

border-color css

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

 span { border-color: rgb(201,133,72); }

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