Html Css Color HEX #C98540 Peru

📋 copy color: '#C98540'

red 201 ◦ green 133 ◦ blue 64

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

Shades of Peru #C98540

Tints of Peru #C98540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.08%

R = 50.5%
G = 33.42%
B = 16.08%

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

#C98540 (or 0xC98540) is known color: Peru. HEX triplet: C9, 85 and 40. RGB value is (201,133,64). Sum of RGB (Red+Green+Blue) = 201+133+64=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C98540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98540 is #367ABF. Grayscale: #919191. Windows color (decimal): -3570368 or 4228553. OLE color: 4228553.

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

Color convert

RGB 201 133 64 -
CMYK 0 0.34 0.68 0.21
HSL 30.22º 0.56% 0.52% -
HSV(B) 30.22º 0.68% 0.79% -
XYZ 33.4 29.56 8.8 -
YUV 145.47 82.03 167.61 -
System Red Green Blue C M Y K H S L
Decimal 201 133 64 0 0.34 0.68 0.21 30.22 0.56 0.52
Hex C9 85 40 0 22 44 15 1E 38 34
Octal 311 205 100 0 42 104 25 36 70 64
Binary 11001001 10000101 1000000 0 100010 1000100 10101 11110 111000 110100

Color Harmonies of #C98540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98540

Black with #C98540

Text Example


Text Example

White with #C98540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98540; }

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

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

background-color css

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

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

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

border-color css

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

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

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