Html Css Color HEX #C9874D Peru

📋 copy color: '#C9874D'

red 201 ◦ green 135 ◦ blue 77

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

Shades of Peru #C9874D

Tints of Peru #C9874D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.69%

 BLUE value IS 77 (30.47% from 255) = 18.64%

R = 48.67%
G = 32.69%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9874D (or 0xC9874D) is known color: Peru. HEX triplet: C9, 87 and 4D. RGB value is (201,135,77). Sum of RGB (Red+Green+Blue) = 201+135+77=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C9874D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9874D is #3678B2. Grayscale: #949494. Windows color (decimal): -3569843 or 5081033. OLE color: 5081033.

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

Color convert

RGB 201 135 77 -
CMYK 0 0.33 0.62 0.21
HSL 28.06º 0.53% 0.55% -
HSV(B) 28.06º 0.62% 0.79% -
XYZ 34.09 30.28 11.07 -
YUV 148.12 87.87 165.72 -
System Red Green Blue C M Y K H S L
Decimal 201 135 77 0 0.33 0.62 0.21 28.06 0.53 0.55
Hex C9 87 4D 0 21 3E 15 1C 35 37
Octal 311 207 115 0 41 76 25 34 65 67
Binary 11001001 10000111 1001101 0 100001 111110 10101 11100 110101 110111

Color Harmonies of #C9874D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9874D

Black with #C9874D

Text Example


Text Example

White with #C9874D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9874D; }

 p { color: rgb(201,135,77); }

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

background-color css

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

 a { background-color: rgb(201,135,77); }

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

border-color css

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

 span { border-color: rgb(201,135,77); }

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