Html Css Color HEX #C98847 Peru

📋 copy color: '#C98847'

red 201 ◦ green 136 ◦ blue 71

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

Shades of Peru #C98847

Tints of Peru #C98847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.4%

R = 49.26%
G = 33.33%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C98847 (or 0xC98847) is known color: Peru. HEX triplet: C9, 88 and 47. RGB value is (201,136,71). Sum of RGB (Red+Green+Blue) = 201+136+71=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 71 (28.12% from 255 or 17.40% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C98847 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98847 is #3677B8. Grayscale: #949494. Windows color (decimal): -3569593 or 4688073. OLE color: 4688073.

HSL color Cylindrical-coordinate representation of color #C98847: hue angle of 30º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C98847 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 136 71 -
CMYK 0 0.32 0.65 0.21
HSL 30º 0.55% 0.53% -
HSV(B) 30º 0.65% 0.79% -
XYZ 34.03 30.48 10.05 -
YUV 148.03 84.53 165.79 -
System Red Green Blue C M Y K H S L
Decimal 201 136 71 0 0.32 0.65 0.21 30 0.55 0.53
Hex C9 88 47 0 20 41 15 1E 37 35
Octal 311 210 107 0 40 101 25 36 67 65
Binary 11001001 10001000 1000111 0 100000 1000001 10101 11110 110111 110101

Color Harmonies of #C98847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98847

Black with #C98847

Text Example


Text Example

White with #C98847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98847; }

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

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

background-color css

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

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

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

border-color css

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

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

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