Html Css Color HEX #C9833E Peru

📋 copy color: '#C9833E'

red 201 ◦ green 131 ◦ blue 62

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

Shades of Peru #C9833E

Tints of Peru #C9833E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.25%

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

R = 51.02%
G = 33.25%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9833E (or 0xC9833E) is known color: Peru. HEX triplet: C9, 83 and 3E. RGB value is (201,131,62). Sum of RGB (Red+Green+Blue) = 201+131+62=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 62 (24.61% from 255 or 15.74% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C9833E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9833E is #367CC1. Grayscale: #909090. Windows color (decimal): -3570882 or 4096969. OLE color: 4096969.

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

Color convert

RGB 201 131 62 -
CMYK 0 0.35 0.69 0.21
HSL 29.78º 0.56% 0.52% -
HSV(B) 29.78º 0.69% 0.79% -
XYZ 33.07 29 8.41 -
YUV 144.06 81.69 168.61 -
System Red Green Blue C M Y K H S L
Decimal 201 131 62 0 0.35 0.69 0.21 29.78 0.56 0.52
Hex C9 83 3E 0 23 45 15 1E 38 34
Octal 311 203 76 0 43 105 25 36 70 64
Binary 11001001 10000011 111110 0 100011 1000101 10101 11110 111000 110100

Color Harmonies of #C9833E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9833E

Black with #C9833E

Text Example


Text Example

White with #C9833E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9833E; }

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

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

background-color css

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

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

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

border-color css

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

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

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