Html Css Color HEX #C9833F Peru

📋 copy color: '#C9833F'

red 201 ◦ green 131 ◦ blue 63

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

Shades of Peru #C9833F

Tints of Peru #C9833F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.95%

R = 50.89%
G = 33.16%
B = 15.95%

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

#C9833F (or 0xC9833F) is known color: Peru. HEX triplet: C9, 83 and 3F. RGB value is (201,131,63). Sum of RGB (Red+Green+Blue) = 201+131+63=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C9833F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9833F is #367CC0. Grayscale: #909090. Windows color (decimal): -3570881 or 4162505. OLE color: 4162505.

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

Color convert

RGB 201 131 63 -
CMYK 0 0.35 0.69 0.21
HSL 29.57º 0.56% 0.52% -
HSV(B) 29.57º 0.69% 0.79% -
XYZ 33.1 29.01 8.56 -
YUV 144.18 82.19 168.53 -
System Red Green Blue C M Y K H S L
Decimal 201 131 63 0 0.35 0.69 0.21 29.57 0.56 0.52
Hex C9 83 3F 0 23 45 15 1E 38 34
Octal 311 203 77 0 43 105 25 36 70 64
Binary 11001001 10000011 111111 0 100011 1000101 10101 11110 111000 110100

Color Harmonies of #C9833F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9833F

Black with #C9833F

Text Example


Text Example

White with #C9833F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9833F; }

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

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

background-color css

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

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

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

border-color css

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

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

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