Html Css Color HEX #C8883E Peru

📋 copy color: '#C8883E'

red 200 ◦ green 136 ◦ blue 62

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

Shades of Peru #C8883E

Tints of Peru #C8883E

RGB

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

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

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

R = 50.25%
G = 34.17%
B = 15.58%

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

#C8883E (or 0xC8883E) is known color: Peru. HEX triplet: C8, 88 and 3E. RGB value is (200,136,62). Sum of RGB (Red+Green+Blue) = 200+136+62=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 62 (24.61% from 255 or 15.58% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C8883E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8883E is #3777C1. Grayscale: #939393. Windows color (decimal): -3635138 or 4098248. OLE color: 4098248.

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

Color convert

RGB 200 136 62 -
CMYK 0 0.32 0.69 0.22
HSL 32.17º 0.56% 0.51% -
HSV(B) 32.17º 0.69% 0.78% -
XYZ 33.49 30.24 8.63 -
YUV 146.7 80.2 166.02 -
System Red Green Blue C M Y K H S L
Decimal 200 136 62 0 0.32 0.69 0.22 32.17 0.56 0.51
Hex C8 88 3E 0 20 45 16 20 38 33
Octal 310 210 76 0 40 105 26 40 70 63
Binary 11001000 10001000 111110 0 100000 1000101 10110 100000 111000 110011

Color Harmonies of #C8883E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8883E

Black with #C8883E

Text Example


Text Example

White with #C8883E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8883E; }

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

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

background-color css

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

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

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

border-color css

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

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

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