Html Css Color HEX #C8803D Peru

📋 copy color: '#C8803D'

red 200 ◦ green 128 ◦ blue 61

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

Shades of Peru #C8803D

Tints of Peru #C8803D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.9%

 BLUE value IS 61 (24.22% from 255) = 15.68%

R = 51.41%
G = 32.9%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C8803D (or 0xC8803D) is known color: Peru. HEX triplet: C8, 80 and 3D. RGB value is (200,128,61). Sum of RGB (Red+Green+Blue) = 200+128+61=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 61 (24.22% from 255 or 15.68% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C8803D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8803D is #377FC2. Grayscale: #8E8E8E. Windows color (decimal): -3637187 or 4030664. OLE color: 4030664.

HSL color Cylindrical-coordinate representation of color #C8803D: hue angle of 28.92º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8803D is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 128 61 -
CMYK 0 0.36 0.69 0.22
HSL 28.92º 0.56% 0.51% -
HSV(B) 28.92º 0.7% 0.78% -
XYZ 32.38 28.05 8.12 -
YUV 141.89 82.35 169.45 -
System Red Green Blue C M Y K H S L
Decimal 200 128 61 0 0.36 0.69 0.22 28.92 0.56 0.51
Hex C8 80 3D 0 24 45 16 1D 38 33
Octal 310 200 75 0 44 105 26 35 70 63
Binary 11001000 10000000 111101 0 100100 1000101 10110 11101 111000 110011

Color Harmonies of #C8803D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8803D

Black with #C8803D

Text Example


Text Example

White with #C8803D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8803D; }

 p { color: rgb(200,128,61); }

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

background-color css

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

 a { background-color: rgb(200,128,61); }

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

border-color css

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

 span { border-color: rgb(200,128,61); }

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