Html Css Color HEX #C9864C Peru

📋 copy color: '#C9864C'

red 201 ◦ green 134 ◦ blue 76

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

Shades of Peru #C9864C

Tints of Peru #C9864C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.6%

 BLUE value IS 76 (30.08% from 255) = 18.49%

R = 48.91%
G = 32.6%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9864C (or 0xC9864C) is known color: Peru. HEX triplet: C9, 86 and 4C. RGB value is (201,134,76). Sum of RGB (Red+Green+Blue) = 201+134+76=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 76 (30.08% from 255 or 18.49% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C9864C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9864C is #3679B3. Grayscale: #939393. Windows color (decimal): -3570100 or 5015241. OLE color: 5015241.

HSL color Cylindrical-coordinate representation of color #C9864C: hue angle of 27.84º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9864C is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 134 76 -
CMYK 0 0.33 0.62 0.21
HSL 27.84º 0.54% 0.54% -
HSV(B) 27.84º 0.62% 0.79% -
XYZ 33.92 29.99 10.84 -
YUV 147.42 87.7 166.22 -
System Red Green Blue C M Y K H S L
Decimal 201 134 76 0 0.33 0.62 0.21 27.84 0.54 0.54
Hex C9 86 4C 0 21 3E 15 1C 36 36
Octal 311 206 114 0 41 76 25 34 66 66
Binary 11001001 10000110 1001100 0 100001 111110 10101 11100 110110 110110

Color Harmonies of #C9864C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9864C

Black with #C9864C

Text Example


Text Example

White with #C9864C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9864C; }

 p { color: rgb(201,134,76); }

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

background-color css

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

 a { background-color: rgb(201,134,76); }

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

border-color css

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

 span { border-color: rgb(201,134,76); }

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