Html Css Color HEX #C88848 Peru

📋 copy color: '#C88848'

red 200 ◦ green 136 ◦ blue 72

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

Shades of Peru #C88848

Tints of Peru #C88848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.65%

R = 49.02%
G = 33.33%
B = 17.65%

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

#C88848 (or 0xC88848) is known color: Peru. HEX triplet: C8, 88 and 48. RGB value is (200,136,72). Sum of RGB (Red+Green+Blue) = 200+136+72=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 72 (28.52% from 255 or 17.65% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C88848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88848 is #3777B7. Grayscale: #949494. Windows color (decimal): -3635128 or 4753608. OLE color: 4753608.

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

Color convert

RGB 200 136 72 -
CMYK 0 0.32 0.64 0.22
HSL 30º 0.54% 0.53% -
HSV(B) 30º 0.64% 0.78% -
XYZ 33.79 30.36 10.21 -
YUV 147.84 85.2 165.2 -
System Red Green Blue C M Y K H S L
Decimal 200 136 72 0 0.32 0.64 0.22 30 0.54 0.53
Hex C8 88 48 0 20 40 16 1E 36 35
Octal 310 210 110 0 40 100 26 36 66 65
Binary 11001000 10001000 1001000 0 100000 1000000 10110 11110 110110 110101

Color Harmonies of #C88848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88848

Black with #C88848

Text Example


Text Example

White with #C88848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88848; }

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

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

background-color css

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

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

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

border-color css

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

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

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