Html Css Color HEX #C9893F Peru

📋 copy color: '#C9893F'

red 201 ◦ green 137 ◦ blue 63

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

Shades of Peru #C9893F

Tints of Peru #C9893F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.71%

R = 50.12%
G = 34.16%
B = 15.71%

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

#C9893F (or 0xC9893F) is known color: Peru. HEX triplet: C9, 89 and 3F. RGB value is (201,137,63). Sum of RGB (Red+Green+Blue) = 201+137+63=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C9893F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9893F is #3676C0. Grayscale: #949494. Windows color (decimal): -3569345 or 4164041. OLE color: 4164041.

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

Color convert

RGB 201 137 63 -
CMYK 0 0.32 0.69 0.21
HSL 32.17º 0.56% 0.52% -
HSV(B) 32.17º 0.69% 0.79% -
XYZ 33.93 30.67 8.83 -
YUV 147.7 80.2 166.02 -
System Red Green Blue C M Y K H S L
Decimal 201 137 63 0 0.32 0.69 0.21 32.17 0.56 0.52
Hex C9 89 3F 0 20 45 15 20 38 34
Octal 311 211 77 0 40 105 25 40 70 64
Binary 11001001 10001001 111111 0 100000 1000101 10101 100000 111000 110100

Color Harmonies of #C9893F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9893F

Black with #C9893F

Text Example


Text Example

White with #C9893F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9893F; }

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

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

background-color css

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

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

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

border-color css

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

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

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