Html Css Color HEX #C88349 Peru

📋 copy color: '#C88349'

red 200 ◦ green 131 ◦ blue 73

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

Shades of Peru #C88349

Tints of Peru #C88349

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.43%

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

R = 49.5%
G = 32.43%
B = 18.07%

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

#C88349 (or 0xC88349) is known color: Peru. HEX triplet: C8, 83 and 49. RGB value is (200,131,73). Sum of RGB (Red+Green+Blue) = 200+131+73=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C88349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88349 is #377CB6. Grayscale: #919191. Windows color (decimal): -3636407 or 4817864. OLE color: 4817864.

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

Color convert

RGB 200 131 73 -
CMYK 0 0.34 0.64 0.22
HSL 27.4º 0.54% 0.54% -
HSV(B) 27.4º 0.64% 0.78% -
XYZ 33.14 28.99 10.15 -
YUV 145.02 87.36 167.22 -
System Red Green Blue C M Y K H S L
Decimal 200 131 73 0 0.34 0.64 0.22 27.4 0.54 0.54
Hex C8 83 49 0 22 40 16 1B 36 36
Octal 310 203 111 0 42 100 26 33 66 66
Binary 11001000 10000011 1001001 0 100010 1000000 10110 11011 110110 110110

Color Harmonies of #C88349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88349

Black with #C88349

Text Example


Text Example

White with #C88349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88349; }

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

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

background-color css

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

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

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

border-color css

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

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

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