Html Css Color HEX #C9893E Peru

📋 copy color: '#C9893E'

red 201 ◦ green 137 ◦ blue 62

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

Shades of Peru #C9893E

Tints of Peru #C9893E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.5%

R = 50.25%
G = 34.25%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9893E (or 0xC9893E) is known color: Peru. HEX triplet: C9, 89 and 3E. RGB value is (201,137,62). Sum of RGB (Red+Green+Blue) = 201+137+62=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 62 (24.61% from 255 or 15.5% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C9893E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9893E is #3676C1. Grayscale: #939393. Windows color (decimal): -3569346 or 4098505. OLE color: 4098505.

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

Color convert

RGB 201 137 62 -
CMYK 0 0.32 0.69 0.21
HSL 32.37º 0.56% 0.52% -
HSV(B) 32.37º 0.69% 0.79% -
XYZ 33.9 30.66 8.69 -
YUV 147.59 79.7 166.1 -
System Red Green Blue C M Y K H S L
Decimal 201 137 62 0 0.32 0.69 0.21 32.37 0.56 0.52
Hex C9 89 3E 0 20 45 15 20 38 34
Octal 311 211 76 0 40 105 25 40 70 64
Binary 11001001 10001001 111110 0 100000 1000101 10101 100000 111000 110100

Color Harmonies of #C9893E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9893E

Black with #C9893E

Text Example


Text Example

White with #C9893E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9893E; }

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

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

background-color css

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

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

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

border-color css

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

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

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