Html Css Color HEX #C88648 Peru

📋 copy color: '#C88648'

red 200 ◦ green 134 ◦ blue 72

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

Shades of Peru #C88648

Tints of Peru #C88648

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33%

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

R = 49.26%
G = 33%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C88648 (or 0xC88648) is known color: Peru. HEX triplet: C8, 86 and 48. RGB value is (200,134,72). Sum of RGB (Red+Green+Blue) = 200+134+72=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 72 (28.52% from 255 or 17.73% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C88648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88648 is #3779B7. Grayscale: #929292. Windows color (decimal): -3635640 or 4753096. OLE color: 4753096.

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

Color convert

RGB 200 134 72 -
CMYK 0 0.33 0.64 0.22
HSL 29.06º 0.54% 0.53% -
HSV(B) 29.06º 0.64% 0.78% -
XYZ 33.51 29.8 10.12 -
YUV 146.67 85.87 166.04 -
System Red Green Blue C M Y K H S L
Decimal 200 134 72 0 0.33 0.64 0.22 29.06 0.54 0.53
Hex C8 86 48 0 21 40 16 1D 36 35
Octal 310 206 110 0 41 100 26 35 66 65
Binary 11001000 10000110 1001000 0 100001 1000000 10110 11101 110110 110101

Color Harmonies of #C88648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88648

Black with #C88648

Text Example


Text Example

White with #C88648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88648; }

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

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

background-color css

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

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

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

border-color css

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

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

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