Html Css Color HEX #C9843D Peru

📋 copy color: '#C9843D'

red 201 ◦ green 132 ◦ blue 61

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

Shades of Peru #C9843D

Tints of Peru #C9843D

RGB

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

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

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

R = 51.02%
G = 33.5%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C9843D (or 0xC9843D) is known color: Peru. HEX triplet: C9, 84 and 3D. RGB value is (201,132,61). Sum of RGB (Red+Green+Blue) = 201+132+61=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 61 (24.22% from 255 or 15.48% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C9843D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9843D is #367BC2. Grayscale: #909090. Windows color (decimal): -3570627 or 4031689. OLE color: 4031689.

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

Color convert

RGB 201 132 61 -
CMYK 0 0.34 0.70 0.21
HSL 30.43º 0.56% 0.51% -
HSV(B) 30.43º 0.7% 0.79% -
XYZ 33.18 29.26 8.31 -
YUV 144.54 80.86 168.27 -
System Red Green Blue C M Y K H S L
Decimal 201 132 61 0 0.34 0.70 0.21 30.43 0.56 0.51
Hex C9 84 3D 0 22 46 15 1E 38 33
Octal 311 204 75 0 42 106 25 36 70 63
Binary 11001001 10000100 111101 0 100010 1000110 10101 11110 111000 110011

Color Harmonies of #C9843D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9843D

Black with #C9843D

Text Example


Text Example

White with #C9843D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9843D; }

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

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

background-color css

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

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

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

border-color css

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

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

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