Html Css Color HEX #C8844C Peru

📋 copy color: '#C8844C'

red 200 ◦ green 132 ◦ blue 76

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

Shades of Peru #C8844C

Tints of Peru #C8844C

RGB

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

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

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

R = 49.02%
G = 32.35%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8844C (or 0xC8844C) is known color: Peru. HEX triplet: C8, 84 and 4C. RGB value is (200,132,76). Sum of RGB (Red+Green+Blue) = 200+132+76=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 76 (30.08% from 255 or 18.63% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C8844C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8844C is #377BB3. Grayscale: #929292. Windows color (decimal): -3636148 or 5014728. OLE color: 5014728.

HSL color Cylindrical-coordinate representation of color #C8844C: hue angle of 27.1º 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 #C8844C is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 132 76 -
CMYK 0 0.34 0.62 0.22
HSL 27.1º 0.53% 0.54% -
HSV(B) 27.1º 0.62% 0.78% -
XYZ 33.38 29.3 10.73 -
YUV 145.95 88.53 166.55 -
System Red Green Blue C M Y K H S L
Decimal 200 132 76 0 0.34 0.62 0.22 27.1 0.53 0.54
Hex C8 84 4C 0 22 3E 16 1B 35 36
Octal 310 204 114 0 42 76 26 33 65 66
Binary 11001000 10000100 1001100 0 100010 111110 10110 11011 110101 110110

Color Harmonies of #C8844C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8844C

Black with #C8844C

Text Example


Text Example

White with #C8844C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8844C; }

 p { color: rgb(200,132,76); }

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

background-color css

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

 a { background-color: rgb(200,132,76); }

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

border-color css

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

 span { border-color: rgb(200,132,76); }

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