Html Css Color HEX #C88647 Peru

📋 copy color: '#C88647'

red 200 ◦ green 134 ◦ blue 71

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

Shades of Peru #C88647

Tints of Peru #C88647

RGB

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

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

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

R = 49.38%
G = 33.09%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C88647 (or 0xC88647) is known color: Peru. HEX triplet: C8, 86 and 47. RGB value is (200,134,71). Sum of RGB (Red+Green+Blue) = 200+134+71=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 71 (28.12% from 255 or 17.53% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C88647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88647 is #3779B8. Grayscale: #929292. Windows color (decimal): -3635641 or 4687560. OLE color: 4687560.

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

Color convert

RGB 200 134 71 -
CMYK 0 0.33 0.64 0.22
HSL 29.3º 0.54% 0.53% -
HSV(B) 29.3º 0.65% 0.78% -
XYZ 33.48 29.78 9.95 -
YUV 146.55 85.37 166.12 -
System Red Green Blue C M Y K H S L
Decimal 200 134 71 0 0.33 0.64 0.22 29.3 0.54 0.53
Hex C8 86 47 0 21 40 16 1D 36 35
Octal 310 206 107 0 41 100 26 35 66 65
Binary 11001000 10000110 1000111 0 100001 1000000 10110 11101 110110 110101

Color Harmonies of #C88647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88647

Black with #C88647

Text Example


Text Example

White with #C88647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88647; }

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

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

background-color css

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

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

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

border-color css

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

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

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