Html Css Color HEX #C9894D Peru

📋 copy color: '#C9894D'

red 201 ◦ green 137 ◦ blue 77

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

Shades of Peru #C9894D

Tints of Peru #C9894D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.01%

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

R = 48.43%
G = 33.01%
B = 18.55%

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

#C9894D (or 0xC9894D) is known color: Peru. HEX triplet: C9, 89 and 4D. RGB value is (201,137,77). Sum of RGB (Red+Green+Blue) = 201+137+77=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C9894D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9894D is #3676B2. Grayscale: #959595. Windows color (decimal): -3569331 or 5081545. OLE color: 5081545.

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

Color convert

RGB 201 137 77 -
CMYK 0 0.32 0.62 0.21
HSL 29.03º 0.53% 0.55% -
HSV(B) 29.03º 0.62% 0.79% -
XYZ 34.37 30.84 11.16 -
YUV 149.3 87.2 164.88 -
System Red Green Blue C M Y K H S L
Decimal 201 137 77 0 0.32 0.62 0.21 29.03 0.53 0.55
Hex C9 89 4D 0 20 3E 15 1D 35 37
Octal 311 211 115 0 40 76 25 35 65 67
Binary 11001001 10001001 1001101 0 100000 111110 10101 11101 110101 110111

Color Harmonies of #C9894D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9894D

Black with #C9894D

Text Example


Text Example

White with #C9894D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9894D; }

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

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

background-color css

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

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

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

border-color css

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

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

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