Html Css Color HEX #C9873F Peru

📋 copy color: '#C9873F'

red 201 ◦ green 135 ◦ blue 63

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

Shades of Peru #C9873F

Tints of Peru #C9873F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.83%

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

R = 50.38%
G = 33.83%
B = 15.79%

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

#C9873F (or 0xC9873F) is known color: Peru. HEX triplet: C9, 87 and 3F. RGB value is (201,135,63). Sum of RGB (Red+Green+Blue) = 201+135+63=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 63 (25% from 255 or 15.79% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C9873F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9873F is #3678C0. Grayscale: #929292. Windows color (decimal): -3569857 or 4163529. OLE color: 4163529.

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

Color convert

RGB 201 135 63 -
CMYK 0 0.33 0.69 0.21
HSL 31.3º 0.56% 0.52% -
HSV(B) 31.3º 0.69% 0.79% -
XYZ 33.65 30.1 8.74 -
YUV 146.53 80.87 166.85 -
System Red Green Blue C M Y K H S L
Decimal 201 135 63 0 0.33 0.69 0.21 31.3 0.56 0.52
Hex C9 87 3F 0 21 45 15 1F 38 34
Octal 311 207 77 0 41 105 25 37 70 64
Binary 11001001 10000111 111111 0 100001 1000101 10101 11111 111000 110100

Color Harmonies of #C9873F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9873F

Black with #C9873F

Text Example


Text Example

White with #C9873F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9873F; }

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

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

background-color css

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

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

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

border-color css

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

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

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