Html Css Color HEX #C9873D Peru

📋 copy color: '#C9873D'

red 201 ◦ green 135 ◦ blue 61

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

Shades of Peru #C9873D

Tints of Peru #C9873D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.37%

R = 50.63%
G = 34.01%
B = 15.37%

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

#C9873D (or 0xC9873D) is known color: Peru. HEX triplet: C9, 87 and 3D. RGB value is (201,135,61). Sum of RGB (Red+Green+Blue) = 201+135+61=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 61 (24.22% from 255 or 15.37% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9873D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9873D is #3678C2. Grayscale: #929292. Windows color (decimal): -3569859 or 4032457. OLE color: 4032457.

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

Color convert

RGB 201 135 61 -
CMYK 0 0.33 0.70 0.21
HSL 31.71º 0.56% 0.51% -
HSV(B) 31.71º 0.7% 0.79% -
XYZ 33.59 30.08 8.45 -
YUV 146.3 79.87 167.02 -
System Red Green Blue C M Y K H S L
Decimal 201 135 61 0 0.33 0.70 0.21 31.71 0.56 0.51
Hex C9 87 3D 0 21 46 15 20 38 33
Octal 311 207 75 0 41 106 25 40 70 63
Binary 11001001 10000111 111101 0 100001 1000110 10101 100000 111000 110011

Color Harmonies of #C9873D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9873D

Black with #C9873D

Text Example


Text Example

White with #C9873D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9873D; }

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

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

background-color css

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

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

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

border-color css

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

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

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