Html Css Color HEX #C8833E Peru

📋 copy color: '#C8833E'

red 200 ◦ green 131 ◦ blue 62

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

Shades of Peru #C8833E

Tints of Peru #C8833E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.33%

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

R = 50.89%
G = 33.33%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C8833E (or 0xC8833E) is known color: Peru. HEX triplet: C8, 83 and 3E. RGB value is (200,131,62). Sum of RGB (Red+Green+Blue) = 200+131+62=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 62 (24.61% from 255 or 15.78% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C8833E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8833E is #377CC1. Grayscale: #909090. Windows color (decimal): -3636418 or 4096968. OLE color: 4096968.

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

Color convert

RGB 200 131 62 -
CMYK 0 0.34 0.69 0.22
HSL 30º 0.56% 0.51% -
HSV(B) 30º 0.69% 0.78% -
XYZ 32.81 28.86 8.4 -
YUV 143.77 81.86 168.11 -
System Red Green Blue C M Y K H S L
Decimal 200 131 62 0 0.34 0.69 0.22 30 0.56 0.51
Hex C8 83 3E 0 22 45 16 1E 38 33
Octal 310 203 76 0 42 105 26 36 70 63
Binary 11001000 10000011 111110 0 100010 1000101 10110 11110 111000 110011

Color Harmonies of #C8833E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8833E

Black with #C8833E

Text Example


Text Example

White with #C8833E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8833E; }

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

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

background-color css

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

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

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

border-color css

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

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

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