Html Css Color HEX #C9884E Peru

📋 copy color: '#C9884E'

red 201 ◦ green 136 ◦ blue 78

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

Shades of Peru #C9884E

Tints of Peru #C9884E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.8%

R = 48.43%
G = 32.77%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9884E (or 0xC9884E) is known color: Peru. HEX triplet: C9, 88 and 4E. RGB value is (201,136,78). Sum of RGB (Red+Green+Blue) = 201+136+78=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 78 (30.86% from 255 or 18.80% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C9884E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9884E is #3677B1. Grayscale: #959595. Windows color (decimal): -3569586 or 5146825. OLE color: 5146825.

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

Color convert

RGB 201 136 78 -
CMYK 0 0.32 0.61 0.21
HSL 28.29º 0.53% 0.55% -
HSV(B) 28.29º 0.61% 0.79% -
XYZ 34.27 30.58 11.3 -
YUV 148.82 88.03 165.22 -
System Red Green Blue C M Y K H S L
Decimal 201 136 78 0 0.32 0.61 0.21 28.29 0.53 0.55
Hex C9 88 4E 0 20 3D 15 1C 35 37
Octal 311 210 116 0 40 75 25 34 65 67
Binary 11001001 10001000 1001110 0 100000 111101 10101 11100 110101 110111

Color Harmonies of #C9884E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9884E

Black with #C9884E

Text Example


Text Example

White with #C9884E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9884E; }

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

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

background-color css

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

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

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

border-color css

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

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

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