Html Css Color HEX #C88747 Peru

📋 copy color: '#C88747'

red 200 ◦ green 135 ◦ blue 71

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

Shades of Peru #C88747

Tints of Peru #C88747

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.25%

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

R = 49.26%
G = 33.25%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C88747 (or 0xC88747) is known color: Peru. HEX triplet: C8, 87 and 47. RGB value is (200,135,71). Sum of RGB (Red+Green+Blue) = 200+135+71=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 71 (28.12% from 255 or 17.49% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C88747 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88747 is #3778B8. Grayscale: #939393. Windows color (decimal): -3635385 or 4687816. OLE color: 4687816.

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

Color convert

RGB 200 135 71 -
CMYK 0 0.32 0.64 0.22
HSL 29.77º 0.54% 0.53% -
HSV(B) 29.77º 0.65% 0.78% -
XYZ 33.62 30.06 9.99 -
YUV 147.14 85.03 165.7 -
System Red Green Blue C M Y K H S L
Decimal 200 135 71 0 0.32 0.64 0.22 29.77 0.54 0.53
Hex C8 87 47 0 20 40 16 1E 36 35
Octal 310 207 107 0 40 100 26 36 66 65
Binary 11001000 10000111 1000111 0 100000 1000000 10110 11110 110110 110101

Color Harmonies of #C88747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88747

Black with #C88747

Text Example


Text Example

White with #C88747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88747; }

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

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

background-color css

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

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

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

border-color css

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

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

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