Html Css Color HEX #C98840 Peru

📋 copy color: '#C98840'

red 201 ◦ green 136 ◦ blue 64

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

Shades of Peru #C98840

Tints of Peru #C98840

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.92%

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

R = 50.12%
G = 33.92%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C98840 (or 0xC98840) is known color: Peru. HEX triplet: C9, 88 and 40. RGB value is (201,136,64). Sum of RGB (Red+Green+Blue) = 201+136+64=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C98840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98840 is #3677BF. Grayscale: #939393. Windows color (decimal): -3569600 or 4229321. OLE color: 4229321.

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

Color convert

RGB 201 136 64 -
CMYK 0 0.32 0.68 0.21
HSL 31.53º 0.56% 0.52% -
HSV(B) 31.53º 0.68% 0.79% -
XYZ 33.82 30.4 8.94 -
YUV 147.23 81.03 166.35 -
System Red Green Blue C M Y K H S L
Decimal 201 136 64 0 0.32 0.68 0.21 31.53 0.56 0.52
Hex C9 88 40 0 20 44 15 20 38 34
Octal 311 210 100 0 40 104 25 40 70 64
Binary 11001001 10001000 1000000 0 100000 1000100 10101 100000 111000 110100

Color Harmonies of #C98840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98840

Black with #C98840

Text Example


Text Example

White with #C98840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98840; }

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

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

background-color css

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

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

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

border-color css

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

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

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