Html Css Color HEX #C8884D Peru

📋 copy color: '#C8884D'

red 200 ◦ green 136 ◦ blue 77

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

Shades of Peru #C8884D

Tints of Peru #C8884D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.93%

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

R = 48.43%
G = 32.93%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8884D (or 0xC8884D) is known color: Peru. HEX triplet: C8, 88 and 4D. RGB value is (200,136,77). Sum of RGB (Red+Green+Blue) = 200+136+77=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C8884D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8884D is #3777B2. Grayscale: #949494. Windows color (decimal): -3635123 or 5081288. OLE color: 5081288.

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

Color convert

RGB 200 136 77 -
CMYK 0 0.32 0.62 0.22
HSL 28.78º 0.53% 0.54% -
HSV(B) 28.78º 0.62% 0.78% -
XYZ 33.96 30.42 11.1 -
YUV 148.41 87.7 164.8 -
System Red Green Blue C M Y K H S L
Decimal 200 136 77 0 0.32 0.62 0.22 28.78 0.53 0.54
Hex C8 88 4D 0 20 3E 16 1D 35 36
Octal 310 210 115 0 40 76 26 35 65 66
Binary 11001000 10001000 1001101 0 100000 111110 10110 11101 110101 110110

Color Harmonies of #C8884D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8884D

Black with #C8884D

Text Example


Text Example

White with #C8884D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8884D; }

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

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

background-color css

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

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

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

border-color css

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

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

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