Html Css Color HEX #C9843C Peru

📋 copy color: '#C9843C'

red 201 ◦ green 132 ◦ blue 60

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

Shades of Peru #C9843C

Tints of Peru #C9843C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.27%

R = 51.15%
G = 33.59%
B = 15.27%

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

#C9843C (or 0xC9843C) is known color: Peru. HEX triplet: C9, 84 and 3C. RGB value is (201,132,60). Sum of RGB (Red+Green+Blue) = 201+132+60=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 60 (23.83% from 255 or 15.27% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C9843C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9843C is #367BC3. Grayscale: #909090. Windows color (decimal): -3570628 or 3966153. OLE color: 3966153.

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

Color convert

RGB 201 132 60 -
CMYK 0 0.34 0.70 0.21
HSL 30.64º 0.57% 0.51% -
HSV(B) 30.64º 0.7% 0.79% -
XYZ 33.15 29.25 8.17 -
YUV 144.42 80.36 168.35 -
System Red Green Blue C M Y K H S L
Decimal 201 132 60 0 0.34 0.70 0.21 30.64 0.57 0.51
Hex C9 84 3C 0 22 46 15 1F 39 33
Octal 311 204 74 0 42 106 25 37 71 63
Binary 11001001 10000100 111100 0 100010 1000110 10101 11111 111001 110011

Color Harmonies of #C9843C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9843C

Black with #C9843C

Text Example


Text Example

White with #C9843C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9843C; }

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

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

background-color css

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

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

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

border-color css

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

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

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