Html Css Color HEX #C8883D Peru

📋 copy color: '#C8883D'

red 200 ◦ green 136 ◦ blue 61

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

Shades of Peru #C8883D

Tints of Peru #C8883D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.26%

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

R = 50.38%
G = 34.26%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C8883D (or 0xC8883D) is known color: Peru. HEX triplet: C8, 88 and 3D. RGB value is (200,136,61). Sum of RGB (Red+Green+Blue) = 200+136+61=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 61 (24.22% from 255 or 15.37% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C8883D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8883D is #3777C2. Grayscale: #929292. Windows color (decimal): -3635139 or 4032712. OLE color: 4032712.

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

Color convert

RGB 200 136 61 -
CMYK 0 0.32 0.69 0.22
HSL 32.37º 0.56% 0.51% -
HSV(B) 32.37º 0.7% 0.78% -
XYZ 33.47 30.22 8.48 -
YUV 146.59 79.7 166.1 -
System Red Green Blue C M Y K H S L
Decimal 200 136 61 0 0.32 0.69 0.22 32.37 0.56 0.51
Hex C8 88 3D 0 20 45 16 20 38 33
Octal 310 210 75 0 40 105 26 40 70 63
Binary 11001000 10001000 111101 0 100000 1000101 10110 100000 111000 110011

Color Harmonies of #C8883D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8883D

Black with #C8883D

Text Example


Text Example

White with #C8883D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8883D; }

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

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

background-color css

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

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

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

border-color css

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

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

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