Html Css Color HEX #C9883E Peru

📋 copy color: '#C9883E'

red 201 ◦ green 136 ◦ blue 62

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

Shades of Peru #C9883E

Tints of Peru #C9883E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.09%

 BLUE value IS 62 (24.61% from 255) = 15.54%

R = 50.38%
G = 34.09%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9883E (or 0xC9883E) is known color: Peru. HEX triplet: C9, 88 and 3E. RGB value is (201,136,62). Sum of RGB (Red+Green+Blue) = 201+136+62=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 62 (24.61% from 255 or 15.54% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C9883E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9883E is #3677C1. Grayscale: #939393. Windows color (decimal): -3569602 or 4098249. OLE color: 4098249.

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

Color convert

RGB 201 136 62 -
CMYK 0 0.32 0.69 0.21
HSL 31.94º 0.56% 0.52% -
HSV(B) 31.94º 0.69% 0.79% -
XYZ 33.76 30.37 8.64 -
YUV 147 80.03 166.52 -
System Red Green Blue C M Y K H S L
Decimal 201 136 62 0 0.32 0.69 0.21 31.94 0.56 0.52
Hex C9 88 3E 0 20 45 15 20 38 34
Octal 311 210 76 0 40 105 25 40 70 64
Binary 11001001 10001000 111110 0 100000 1000101 10101 100000 111000 110100

Color Harmonies of #C9883E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9883E

Black with #C9883E

Text Example


Text Example

White with #C9883E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9883E; }

 p { color: rgb(201,136,62); }

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

background-color css

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

 a { background-color: rgb(201,136,62); }

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

border-color css

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

 span { border-color: rgb(201,136,62); }

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