Html Css Color HEX #C88447 Peru

📋 copy color: '#C88447'

red 200 ◦ green 132 ◦ blue 71

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

Shades of Peru #C88447

Tints of Peru #C88447

RGB

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

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

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

R = 49.63%
G = 32.75%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C88447 (or 0xC88447) is known color: Peru. HEX triplet: C8, 84 and 47. RGB value is (200,132,71). Sum of RGB (Red+Green+Blue) = 200+132+71=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 71 (28.12% from 255 or 17.62% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C88447 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88447 is #377BB8. Grayscale: #919191. Windows color (decimal): -3636153 or 4687048. OLE color: 4687048.

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

Color convert

RGB 200 132 71 -
CMYK 0 0.34 0.64 0.22
HSL 28.37º 0.54% 0.53% -
HSV(B) 28.37º 0.65% 0.78% -
XYZ 33.21 29.24 9.85 -
YUV 145.38 86.03 166.96 -
System Red Green Blue C M Y K H S L
Decimal 200 132 71 0 0.34 0.64 0.22 28.37 0.54 0.53
Hex C8 84 47 0 22 40 16 1C 36 35
Octal 310 204 107 0 42 100 26 34 66 65
Binary 11001000 10000100 1000111 0 100010 1000000 10110 11100 110110 110101

Color Harmonies of #C88447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88447

Black with #C88447

Text Example


Text Example

White with #C88447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88447; }

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

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

background-color css

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

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

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

border-color css

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

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

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