Html Css Color HEX #C98240 Peru

📋 copy color: '#C98240'

red 201 ◦ green 130 ◦ blue 64

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

Shades of Peru #C98240

Tints of Peru #C98240

RGB

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

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

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

R = 50.89%
G = 32.91%
B = 16.2%

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

#C98240 (or 0xC98240) is known color: Peru. HEX triplet: C9, 82 and 40. RGB value is (201,130,64). Sum of RGB (Red+Green+Blue) = 201+130+64=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C98240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98240 is #367DBF. Grayscale: #909090. Windows color (decimal): -3571136 or 4227785. OLE color: 4227785.

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

Color convert

RGB 201 130 64 -
CMYK 0 0.35 0.68 0.21
HSL 28.91º 0.56% 0.52% -
HSV(B) 28.91º 0.68% 0.79% -
XYZ 33 28.75 8.66 -
YUV 143.71 83.02 168.87 -
System Red Green Blue C M Y K H S L
Decimal 201 130 64 0 0.35 0.68 0.21 28.91 0.56 0.52
Hex C9 82 40 0 23 44 15 1D 38 34
Octal 311 202 100 0 43 104 25 35 70 64
Binary 11001001 10000010 1000000 0 100011 1000100 10101 11101 111000 110100

Color Harmonies of #C98240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98240

Black with #C98240

Text Example


Text Example

White with #C98240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98240; }

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

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

background-color css

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

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

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

border-color css

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

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

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