Html Css Color HEX #C9833D Peru

📋 copy color: '#C9833D'

red 201 ◦ green 131 ◦ blue 61

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

Shades of Peru #C9833D

Tints of Peru #C9833D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.52%

R = 51.15%
G = 33.33%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C9833D (or 0xC9833D) is known color: Peru. HEX triplet: C9, 83 and 3D. RGB value is (201,131,61). Sum of RGB (Red+Green+Blue) = 201+131+61=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 61 (24.22% from 255 or 15.52% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C9833D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9833D is #367CC2. Grayscale: #909090. Windows color (decimal): -3570883 or 4031433. OLE color: 4031433.

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

Color convert

RGB 201 131 61 -
CMYK 0 0.35 0.70 0.21
HSL 30º 0.56% 0.51% -
HSV(B) 30º 0.7% 0.79% -
XYZ 33.05 28.99 8.27 -
YUV 143.95 81.19 168.69 -
System Red Green Blue C M Y K H S L
Decimal 201 131 61 0 0.35 0.70 0.21 30 0.56 0.51
Hex C9 83 3D 0 23 46 15 1E 38 33
Octal 311 203 75 0 43 106 25 36 70 63
Binary 11001001 10000011 111101 0 100011 1000110 10101 11110 111000 110011

Color Harmonies of #C9833D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9833D

Black with #C9833D

Text Example


Text Example

White with #C9833D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9833D; }

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

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

background-color css

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

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

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

border-color css

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

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

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