Html Css Color HEX #C88846 Peru

📋 copy color: '#C88846'

red 200 ◦ green 136 ◦ blue 70

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

Shades of Peru #C88846

Tints of Peru #C88846

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.5%

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

R = 49.26%
G = 33.5%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C88846 (or 0xC88846) is known color: Peru. HEX triplet: C8, 88 and 46. RGB value is (200,136,70). Sum of RGB (Red+Green+Blue) = 200+136+70=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 70 (27.73% from 255 or 17.24% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C88846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88846 is #3777B9. Grayscale: #939393. Windows color (decimal): -3635130 or 4622536. OLE color: 4622536.

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

Color convert

RGB 200 136 70 -
CMYK 0 0.32 0.65 0.22
HSL 30.46º 0.54% 0.53% -
HSV(B) 30.46º 0.65% 0.78% -
XYZ 33.73 30.33 9.87 -
YUV 147.61 84.2 165.37 -
System Red Green Blue C M Y K H S L
Decimal 200 136 70 0 0.32 0.65 0.22 30.46 0.54 0.53
Hex C8 88 46 0 20 41 16 1E 36 35
Octal 310 210 106 0 40 101 26 36 66 65
Binary 11001000 10001000 1000110 0 100000 1000001 10110 11110 110110 110101

Color Harmonies of #C88846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88846

Black with #C88846

Text Example


Text Example

White with #C88846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88846; }

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

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

background-color css

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

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

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

border-color css

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

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

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