Html Css Color HEX #C9873C Peru

📋 copy color: '#C9873C'

red 201 ◦ green 135 ◦ blue 60

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

Shades of Peru #C9873C

Tints of Peru #C9873C

RGB

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

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

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

R = 50.76%
G = 34.09%
B = 15.15%

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

#C9873C (or 0xC9873C) is known color: Peru. HEX triplet: C9, 87 and 3C. RGB value is (201,135,60). Sum of RGB (Red+Green+Blue) = 201+135+60=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 60 (23.83% from 255 or 15.15% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C9873C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9873C is #3678C3. Grayscale: #929292. Windows color (decimal): -3569860 or 3966921. OLE color: 3966921.

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

Color convert

RGB 201 135 60 -
CMYK 0 0.33 0.70 0.21
HSL 31.91º 0.57% 0.51% -
HSV(B) 31.91º 0.7% 0.79% -
XYZ 33.57 30.07 8.31 -
YUV 146.18 79.37 167.1 -
System Red Green Blue C M Y K H S L
Decimal 201 135 60 0 0.33 0.70 0.21 31.91 0.57 0.51
Hex C9 87 3C 0 21 46 15 20 39 33
Octal 311 207 74 0 41 106 25 40 71 63
Binary 11001001 10000111 111100 0 100001 1000110 10101 100000 111001 110011

Color Harmonies of #C9873C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9873C

Black with #C9873C

Text Example


Text Example

White with #C9873C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9873C; }

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

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

background-color css

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

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

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

border-color css

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

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

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