Html Css Color HEX #C88543 Peru

📋 copy color: '#C88543'

red 200 ◦ green 133 ◦ blue 67

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

Shades of Peru #C88543

Tints of Peru #C88543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.75%

R = 50%
G = 33.25%
B = 16.75%

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

#C88543 (or 0xC88543) is known color: Peru. HEX triplet: C8, 85 and 43. RGB value is (200,133,67). Sum of RGB (Red+Green+Blue) = 200+133+67=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 67 (26.56% from 255 or 16.75% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C88543 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88543 is #377ABC. Grayscale: #919191. Windows color (decimal): -3635901 or 4425160. OLE color: 4425160.

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

Color convert

RGB 200 133 67 -
CMYK 0 0.34 0.66 0.22
HSL 29.77º 0.55% 0.52% -
HSV(B) 29.77º 0.67% 0.78% -
XYZ 33.22 29.46 9.25 -
YUV 145.51 83.7 166.87 -
System Red Green Blue C M Y K H S L
Decimal 200 133 67 0 0.34 0.66 0.22 29.77 0.55 0.52
Hex C8 85 43 0 22 42 16 1E 37 34
Octal 310 205 103 0 42 102 26 36 67 64
Binary 11001000 10000101 1000011 0 100010 1000010 10110 11110 110111 110100

Color Harmonies of #C88543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88543

Black with #C88543

Text Example


Text Example

White with #C88543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88543; }

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

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

background-color css

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

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

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

border-color css

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

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

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