Html Css Color HEX #C9863F Peru

📋 copy color: '#C9863F'

red 201 ◦ green 134 ◦ blue 63

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

Shades of Peru #C9863F

Tints of Peru #C9863F

RGB

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

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

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

R = 50.5%
G = 33.67%
B = 15.83%

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

#C9863F (or 0xC9863F) is known color: Peru. HEX triplet: C9, 86 and 3F. RGB value is (201,134,63). Sum of RGB (Red+Green+Blue) = 201+134+63=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 63 (25% from 255 or 15.83% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C9863F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9863F is #3679C0. Grayscale: #929292. Windows color (decimal): -3570113 or 4163273. OLE color: 4163273.

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

Color convert

RGB 201 134 63 -
CMYK 0 0.33 0.69 0.21
HSL 30.87º 0.56% 0.52% -
HSV(B) 30.87º 0.69% 0.79% -
XYZ 33.51 29.83 8.69 -
YUV 145.94 81.2 167.27 -
System Red Green Blue C M Y K H S L
Decimal 201 134 63 0 0.33 0.69 0.21 30.87 0.56 0.52
Hex C9 86 3F 0 21 45 15 1F 38 34
Octal 311 206 77 0 41 105 25 37 70 64
Binary 11001001 10000110 111111 0 100001 1000101 10101 11111 111000 110100

Color Harmonies of #C9863F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9863F

Black with #C9863F

Text Example


Text Example

White with #C9863F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9863F; }

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

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

background-color css

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

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

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

border-color css

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

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

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