Html Css Color HEX #C88749 Peru

📋 copy color: '#C88749'

red 200 ◦ green 135 ◦ blue 73

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

Shades of Peru #C88749

Tints of Peru #C88749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 17.89%

R = 49.02%
G = 33.09%
B = 17.89%

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

#C88749 (or 0xC88749) is known color: Peru. HEX triplet: C8, 87 and 49. RGB value is (200,135,73). Sum of RGB (Red+Green+Blue) = 200+135+73=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 73 (28.91% from 255 or 17.89% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C88749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88749 is #3778B6. Grayscale: #939393. Windows color (decimal): -3635383 or 4818888. OLE color: 4818888.

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

Color convert

RGB 200 135 73 -
CMYK 0 0.32 0.64 0.22
HSL 29.29º 0.54% 0.54% -
HSV(B) 29.29º 0.64% 0.78% -
XYZ 33.69 30.09 10.34 -
YUV 147.37 86.03 165.54 -
System Red Green Blue C M Y K H S L
Decimal 200 135 73 0 0.32 0.64 0.22 29.29 0.54 0.54
Hex C8 87 49 0 20 40 16 1D 36 36
Octal 310 207 111 0 40 100 26 35 66 66
Binary 11001000 10000111 1001001 0 100000 1000000 10110 11101 110110 110110

Color Harmonies of #C88749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88749

Black with #C88749

Text Example


Text Example

White with #C88749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88749; }

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

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

background-color css

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

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

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

border-color css

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

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

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