Html Css Color HEX #C9884C Peru

📋 copy color: '#C9884C'

red 201 ◦ green 136 ◦ blue 76

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

Shades of Peru #C9884C

Tints of Peru #C9884C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.4%

R = 48.67%
G = 32.93%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9884C (or 0xC9884C) is known color: Peru. HEX triplet: C9, 88 and 4C. RGB value is (201,136,76). Sum of RGB (Red+Green+Blue) = 201+136+76=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 76 (30.08% from 255 or 18.40% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C9884C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9884C is #3677B3. Grayscale: #949494. Windows color (decimal): -3569588 or 5015753. OLE color: 5015753.

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

Color convert

RGB 201 136 76 -
CMYK 0 0.32 0.62 0.21
HSL 28.8º 0.54% 0.54% -
HSV(B) 28.8º 0.62% 0.79% -
XYZ 34.2 30.55 10.93 -
YUV 148.6 87.03 165.38 -
System Red Green Blue C M Y K H S L
Decimal 201 136 76 0 0.32 0.62 0.21 28.8 0.54 0.54
Hex C9 88 4C 0 20 3E 15 1D 36 36
Octal 311 210 114 0 40 76 25 35 66 66
Binary 11001001 10001000 1001100 0 100000 111110 10101 11101 110110 110110

Color Harmonies of #C9884C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9884C

Black with #C9884C

Text Example


Text Example

White with #C9884C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9884C; }

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

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

background-color css

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

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

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

border-color css

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

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

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