Html Css Color HEX #C9863C Peru

📋 copy color: '#C9863C'

red 201 ◦ green 134 ◦ blue 60

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

Shades of Peru #C9863C

Tints of Peru #C9863C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.19%

R = 50.89%
G = 33.92%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C9863C (or 0xC9863C) is known color: Peru. HEX triplet: C9, 86 and 3C. RGB value is (201,134,60). Sum of RGB (Red+Green+Blue) = 201+134+60=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 60 (23.83% from 255 or 15.19% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C9863C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9863C is #3679C3. Grayscale: #919191. Windows color (decimal): -3570116 or 3966665. OLE color: 3966665.

HSL color Cylindrical-coordinate representation of color #C9863C: hue angle of 31.49º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9863C is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 134 60 -
CMYK 0 0.33 0.70 0.21
HSL 31.49º 0.57% 0.51% -
HSV(B) 31.49º 0.7% 0.79% -
XYZ 33.43 29.79 8.26 -
YUV 145.6 79.7 167.52 -
System Red Green Blue C M Y K H S L
Decimal 201 134 60 0 0.33 0.70 0.21 31.49 0.57 0.51
Hex C9 86 3C 0 21 46 15 1F 39 33
Octal 311 206 74 0 41 106 25 37 71 63
Binary 11001001 10000110 111100 0 100001 1000110 10101 11111 111001 110011

Color Harmonies of #C9863C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9863C

Black with #C9863C

Text Example


Text Example

White with #C9863C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9863C; }

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

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

background-color css

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

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

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

border-color css

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

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

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