Html Css Color HEX #C8873E Peru

📋 copy color: '#C8873E'

red 200 ◦ green 135 ◦ blue 62

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

Shades of Peru #C8873E

Tints of Peru #C8873E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.01%

 BLUE value IS 62 (24.61% from 255) = 15.62%

R = 50.38%
G = 34.01%
B = 15.62%

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

#C8873E (or 0xC8873E) is known color: Peru. HEX triplet: C8, 87 and 3E. RGB value is (200,135,62). Sum of RGB (Red+Green+Blue) = 200+135+62=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 62 (24.61% from 255 or 15.62% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C8873E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8873E is #3778C1. Grayscale: #929292. Windows color (decimal): -3635394 or 4097992. OLE color: 4097992.

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

Color convert

RGB 200 135 62 -
CMYK 0 0.32 0.69 0.22
HSL 31.74º 0.56% 0.51% -
HSV(B) 31.74º 0.69% 0.78% -
XYZ 33.35 29.96 8.58 -
YUV 146.11 80.53 166.44 -
System Red Green Blue C M Y K H S L
Decimal 200 135 62 0 0.32 0.69 0.22 31.74 0.56 0.51
Hex C8 87 3E 0 20 45 16 20 38 33
Octal 310 207 76 0 40 105 26 40 70 63
Binary 11001000 10000111 111110 0 100000 1000101 10110 100000 111000 110011

Color Harmonies of #C8873E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8873E

Black with #C8873E

Text Example


Text Example

White with #C8873E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8873E; }

 p { color: rgb(200,135,62); }

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

background-color css

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

 a { background-color: rgb(200,135,62); }

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

border-color css

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

 span { border-color: rgb(200,135,62); }

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