Html Css Color HEX #C88544 Peru

📋 copy color: '#C88544'

red 200 ◦ green 133 ◦ blue 68

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

Shades of Peru #C88544

Tints of Peru #C88544

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.17%

 BLUE value IS 68 (26.95% from 255) = 16.96%

R = 49.88%
G = 33.17%
B = 16.96%

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

#C88544 (or 0xC88544) is known color: Peru. HEX triplet: C8, 85 and 44. RGB value is (200,133,68). Sum of RGB (Red+Green+Blue) = 200+133+68=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C88544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88544 is #377ABB. Grayscale: #919191. Windows color (decimal): -3635900 or 4490696. OLE color: 4490696.

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

Color convert

RGB 200 133 68 -
CMYK 0 0.34 0.66 0.22
HSL 29.55º 0.55% 0.53% -
HSV(B) 29.55º 0.66% 0.78% -
XYZ 33.25 29.47 9.4 -
YUV 145.62 84.2 166.79 -
System Red Green Blue C M Y K H S L
Decimal 200 133 68 0 0.34 0.66 0.22 29.55 0.55 0.53
Hex C8 85 44 0 22 42 16 1E 37 35
Octal 310 205 104 0 42 102 26 36 67 65
Binary 11001000 10000101 1000100 0 100010 1000010 10110 11110 110111 110101

Color Harmonies of #C88544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88544

Black with #C88544

Text Example


Text Example

White with #C88544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88544; }

 p { color: rgb(200,133,68); }

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

background-color css

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

 a { background-color: rgb(200,133,68); }

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

border-color css

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

 span { border-color: rgb(200,133,68); }

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