Html Css Color HEX #C9864D Peru

📋 copy color: '#C9864D'

red 201 ◦ green 134 ◦ blue 77

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

Shades of Peru #C9864D

Tints of Peru #C9864D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.69%

R = 48.79%
G = 32.52%
B = 18.69%

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

#C9864D (or 0xC9864D) is known color: Peru. HEX triplet: C9, 86 and 4D. RGB value is (201,134,77). Sum of RGB (Red+Green+Blue) = 201+134+77=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C9864D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9864D is #3679B2. Grayscale: #939393. Windows color (decimal): -3570099 or 5080777. OLE color: 5080777.

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

Color convert

RGB 201 134 77 -
CMYK 0 0.33 0.62 0.21
HSL 27.58º 0.53% 0.55% -
HSV(B) 27.58º 0.62% 0.79% -
XYZ 33.95 30 11.02 -
YUV 147.54 88.2 166.13 -
System Red Green Blue C M Y K H S L
Decimal 201 134 77 0 0.33 0.62 0.21 27.58 0.53 0.55
Hex C9 86 4D 0 21 3E 15 1C 35 37
Octal 311 206 115 0 41 76 25 34 65 67
Binary 11001001 10000110 1001101 0 100001 111110 10101 11100 110101 110111

Color Harmonies of #C9864D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9864D

Black with #C9864D

Text Example


Text Example

White with #C9864D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9864D; }

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

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

background-color css

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

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

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

border-color css

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

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

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