Html Css Color HEX #C88247 Peru

📋 copy color: '#C88247'

red 200 ◦ green 130 ◦ blue 71

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

Shades of Peru #C88247

Tints of Peru #C88247

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.42%

 BLUE value IS 71 (28.13% from 255) = 17.71%

R = 49.88%
G = 32.42%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C88247 (or 0xC88247) is known color: Peru. HEX triplet: C8, 82 and 47. RGB value is (200,130,71). Sum of RGB (Red+Green+Blue) = 200+130+71=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 71 (28.12% from 255 or 17.71% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C88247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88247 is #377DB8. Grayscale: #909090. Windows color (decimal): -3636665 or 4686536. OLE color: 4686536.

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

Color convert

RGB 200 130 71 -
CMYK 0 0.35 0.64 0.22
HSL 27.44º 0.54% 0.53% -
HSV(B) 27.44º 0.65% 0.78% -
XYZ 32.94 28.7 9.76 -
YUV 144.2 86.69 167.8 -
System Red Green Blue C M Y K H S L
Decimal 200 130 71 0 0.35 0.64 0.22 27.44 0.54 0.53
Hex C8 82 47 0 23 40 16 1B 36 35
Octal 310 202 107 0 43 100 26 33 66 65
Binary 11001000 10000010 1000111 0 100011 1000000 10110 11011 110110 110101

Color Harmonies of #C88247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88247

Black with #C88247

Text Example


Text Example

White with #C88247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88247; }

 p { color: rgb(200,130,71); }

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

background-color css

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

 a { background-color: rgb(200,130,71); }

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

border-color css

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

 span { border-color: rgb(200,130,71); }

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