Html Css Color HEX #C88346 Peru

📋 copy color: '#C88346'

red 200 ◦ green 131 ◦ blue 70

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

Shades of Peru #C88346

Tints of Peru #C88346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.46%

R = 49.88%
G = 32.67%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C88346 (or 0xC88346) is known color: Peru. HEX triplet: C8, 83 and 46. RGB value is (200,131,70). Sum of RGB (Red+Green+Blue) = 200+131+70=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 70 (27.73% from 255 or 17.46% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C88346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88346 is #377CB9. Grayscale: #909090. Windows color (decimal): -3636410 or 4621256. OLE color: 4621256.

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

Color convert

RGB 200 131 70 -
CMYK 0 0.34 0.65 0.22
HSL 28.15º 0.54% 0.53% -
HSV(B) 28.15º 0.65% 0.78% -
XYZ 33.04 28.95 9.64 -
YUV 144.68 85.86 167.46 -
System Red Green Blue C M Y K H S L
Decimal 200 131 70 0 0.34 0.65 0.22 28.15 0.54 0.53
Hex C8 83 46 0 22 41 16 1C 36 35
Octal 310 203 106 0 42 101 26 34 66 65
Binary 11001000 10000011 1000110 0 100010 1000001 10110 11100 110110 110101

Color Harmonies of #C88346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88346

Black with #C88346

Text Example


Text Example

White with #C88346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88346; }

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

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

background-color css

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

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

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

border-color css

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

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

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