Html Css Color HEX #C9813E Peru

📋 copy color: '#C9813E'

red 201 ◦ green 129 ◦ blue 62

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

Shades of Peru #C9813E

Tints of Peru #C9813E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.91%

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

R = 51.28%
G = 32.91%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9813E (or 0xC9813E) is known color: Peru. HEX triplet: C9, 81 and 3E. RGB value is (201,129,62). Sum of RGB (Red+Green+Blue) = 201+129+62=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 62 (24.61% from 255 or 15.82% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C9813E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9813E is #367EC1. Grayscale: #8F8F8F. Windows color (decimal): -3571394 or 4096457. OLE color: 4096457.

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

Color convert

RGB 201 129 62 -
CMYK 0 0.36 0.69 0.21
HSL 28.92º 0.56% 0.52% -
HSV(B) 28.92º 0.69% 0.79% -
XYZ 32.81 28.47 8.32 -
YUV 142.89 82.35 169.45 -
System Red Green Blue C M Y K H S L
Decimal 201 129 62 0 0.36 0.69 0.21 28.92 0.56 0.52
Hex C9 81 3E 0 24 45 15 1D 38 34
Octal 311 201 76 0 44 105 25 35 70 64
Binary 11001001 10000001 111110 0 100100 1000101 10101 11101 111000 110100

Color Harmonies of #C9813E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9813E

Black with #C9813E

Text Example


Text Example

White with #C9813E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9813E; }

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

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

background-color css

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

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

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

border-color css

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

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

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