Html Css Color HEX #C9843E Peru

📋 copy color: '#C9843E'

red 201 ◦ green 132 ◦ blue 62

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

Shades of Peru #C9843E

Tints of Peru #C9843E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.42%

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

R = 50.89%
G = 33.42%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9843E (or 0xC9843E) is known color: Peru. HEX triplet: C9, 84 and 3E. RGB value is (201,132,62). Sum of RGB (Red+Green+Blue) = 201+132+62=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 62 (24.61% from 255 or 15.70% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C9843E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9843E is #367BC1. Grayscale: #919191. Windows color (decimal): -3570626 or 4097225. OLE color: 4097225.

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

Color convert

RGB 201 132 62 -
CMYK 0 0.34 0.69 0.21
HSL 30.22º 0.56% 0.52% -
HSV(B) 30.22º 0.69% 0.79% -
XYZ 33.21 29.27 8.46 -
YUV 144.65 81.36 168.19 -
System Red Green Blue C M Y K H S L
Decimal 201 132 62 0 0.34 0.69 0.21 30.22 0.56 0.52
Hex C9 84 3E 0 22 45 15 1E 38 34
Octal 311 204 76 0 42 105 25 36 70 64
Binary 11001001 10000100 111110 0 100010 1000101 10101 11110 111000 110100

Color Harmonies of #C9843E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9843E

Black with #C9843E

Text Example


Text Example

White with #C9843E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9843E; }

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

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

background-color css

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

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

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

border-color css

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

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

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