Html Css Color HEX #C88445 Peru

📋 copy color: '#C88445'

red 200 ◦ green 132 ◦ blue 69

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

Shades of Peru #C88445

Tints of Peru #C88445

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.92%

 BLUE value IS 69 (27.34% from 255) = 17.21%

R = 49.88%
G = 32.92%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C88445 (or 0xC88445) is known color: Peru. HEX triplet: C8, 84 and 45. RGB value is (200,132,69). Sum of RGB (Red+Green+Blue) = 200+132+69=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 69 (27.34% from 255 or 17.21% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C88445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88445 is #377BBA. Grayscale: #919191. Windows color (decimal): -3636155 or 4555976. OLE color: 4555976.

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

Color convert

RGB 200 132 69 -
CMYK 0 0.34 0.66 0.22
HSL 28.85º 0.54% 0.53% -
HSV(B) 28.85º 0.66% 0.78% -
XYZ 33.14 29.21 9.52 -
YUV 145.15 85.03 167.12 -
System Red Green Blue C M Y K H S L
Decimal 200 132 69 0 0.34 0.66 0.22 28.85 0.54 0.53
Hex C8 84 45 0 22 42 16 1D 36 35
Octal 310 204 105 0 42 102 26 35 66 65
Binary 11001000 10000100 1000101 0 100010 1000010 10110 11101 110110 110101

Color Harmonies of #C88445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88445

Black with #C88445

Text Example


Text Example

White with #C88445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88445; }

 p { color: rgb(200,132,69); }

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

background-color css

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

 a { background-color: rgb(200,132,69); }

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

border-color css

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

 span { border-color: rgb(200,132,69); }

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