Html Css Color HEX #C9863E Peru

📋 copy color: '#C9863E'

red 201 ◦ green 134 ◦ blue 62

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

Shades of Peru #C9863E

Tints of Peru #C9863E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.75%

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

R = 50.63%
G = 33.75%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9863E (or 0xC9863E) is known color: Peru. HEX triplet: C9, 86 and 3E. RGB value is (201,134,62). Sum of RGB (Red+Green+Blue) = 201+134+62=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 62 (24.61% from 255 or 15.62% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9863E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9863E is #3679C1. Grayscale: #929292. Windows color (decimal): -3570114 or 4097737. OLE color: 4097737.

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

Color convert

RGB 201 134 62 -
CMYK 0 0.33 0.69 0.21
HSL 31.08º 0.56% 0.52% -
HSV(B) 31.08º 0.69% 0.79% -
XYZ 33.48 29.82 8.55 -
YUV 145.83 80.7 167.35 -
System Red Green Blue C M Y K H S L
Decimal 201 134 62 0 0.33 0.69 0.21 31.08 0.56 0.52
Hex C9 86 3E 0 21 45 15 1F 38 34
Octal 311 206 76 0 41 105 25 37 70 64
Binary 11001001 10000110 111110 0 100001 1000101 10101 11111 111000 110100

Color Harmonies of #C9863E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9863E

Black with #C9863E

Text Example


Text Example

White with #C9863E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9863E; }

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

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

background-color css

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

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

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

border-color css

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

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

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