Html Css Color HEX #C8864D Peru

📋 copy color: '#C8864D'

red 200 ◦ green 134 ◦ blue 77

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

Shades of Peru #C8864D

Tints of Peru #C8864D

RGB

 RED value IS 200 (78.52% from 255) = 48.66%

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

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

R = 48.66%
G = 32.6%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8864D (or 0xC8864D) is known color: Peru. HEX triplet: C8, 86 and 4D. RGB value is (200,134,77). Sum of RGB (Red+Green+Blue) = 200+134+77=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C8864D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8864D is #3779B2. Grayscale: #939393. Windows color (decimal): -3635635 or 5080776. OLE color: 5080776.

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

Color convert

RGB 200 134 77 -
CMYK 0 0.33 0.62 0.22
HSL 27.8º 0.53% 0.54% -
HSV(B) 27.8º 0.62% 0.78% -
XYZ 33.68 29.87 11.01 -
YUV 147.24 88.37 165.63 -
System Red Green Blue C M Y K H S L
Decimal 200 134 77 0 0.33 0.62 0.22 27.8 0.53 0.54
Hex C8 86 4D 0 21 3E 16 1C 35 36
Octal 310 206 115 0 41 76 26 34 65 66
Binary 11001000 10000110 1001101 0 100001 111110 10110 11100 110101 110110

Color Harmonies of #C8864D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8864D

Black with #C8864D

Text Example


Text Example

White with #C8864D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8864D; }

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

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

background-color css

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

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

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

border-color css

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

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

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