Html Css Color HEX #C9823C Peru

📋 copy color: '#C9823C'

red 201 ◦ green 130 ◦ blue 60

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

Shades of Peru #C9823C

Tints of Peru #C9823C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.25%

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

R = 51.41%
G = 33.25%
B = 15.35%

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

#C9823C (or 0xC9823C) is known color: Peru. HEX triplet: C9, 82 and 3C. RGB value is (201,130,60). Sum of RGB (Red+Green+Blue) = 201+130+60=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 60 (23.83% from 255 or 15.35% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C9823C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9823C is #367DC3. Grayscale: #8F8F8F. Windows color (decimal): -3571140 or 3965641. OLE color: 3965641.

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

Color convert

RGB 201 130 60 -
CMYK 0 0.35 0.70 0.21
HSL 29.79º 0.57% 0.51% -
HSV(B) 29.79º 0.7% 0.79% -
XYZ 32.89 28.71 8.08 -
YUV 143.25 81.02 169.19 -
System Red Green Blue C M Y K H S L
Decimal 201 130 60 0 0.35 0.70 0.21 29.79 0.57 0.51
Hex C9 82 3C 0 23 46 15 1E 39 33
Octal 311 202 74 0 43 106 25 36 71 63
Binary 11001001 10000010 111100 0 100011 1000110 10101 11110 111001 110011

Color Harmonies of #C9823C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9823C

Black with #C9823C

Text Example


Text Example

White with #C9823C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9823C; }

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

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

background-color css

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

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

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

border-color css

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

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

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