Html Css Color HEX #C98040 Peru

📋 copy color: '#C98040'

red 201 ◦ green 128 ◦ blue 64

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

Shades of Peru #C98040

Tints of Peru #C98040

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.57%

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

R = 51.15%
G = 32.57%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C98040 (or 0xC98040) is known color: Peru. HEX triplet: C9, 80 and 40. RGB value is (201,128,64). Sum of RGB (Red+Green+Blue) = 201+128+64=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C98040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98040 is #367FBF. Grayscale: #8E8E8E. Windows color (decimal): -3571648 or 4227273. OLE color: 4227273.

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

Color convert

RGB 201 128 64 -
CMYK 0 0.36 0.68 0.21
HSL 28.03º 0.56% 0.52% -
HSV(B) 28.03º 0.68% 0.79% -
XYZ 32.73 28.23 8.57 -
YUV 142.53 83.68 169.7 -
System Red Green Blue C M Y K H S L
Decimal 201 128 64 0 0.36 0.68 0.21 28.03 0.56 0.52
Hex C9 80 40 0 24 44 15 1C 38 34
Octal 311 200 100 0 44 104 25 34 70 64
Binary 11001001 10000000 1000000 0 100100 1000100 10101 11100 111000 110100

Color Harmonies of #C98040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98040

Black with #C98040

Text Example


Text Example

White with #C98040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98040; }

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

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

background-color css

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

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

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

border-color css

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

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

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