Html Css Color HEX #C8853E Peru

📋 copy color: '#C8853E'

red 200 ◦ green 133 ◦ blue 62

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

Shades of Peru #C8853E

Tints of Peru #C8853E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.67%

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

R = 50.63%
G = 33.67%
B = 15.7%

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

#C8853E (or 0xC8853E) is known color: Peru. HEX triplet: C8, 85 and 3E. RGB value is (200,133,62). Sum of RGB (Red+Green+Blue) = 200+133+62=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 62 (24.61% from 255 or 15.70% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8853E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8853E is #377AC1. Grayscale: #919191. Windows color (decimal): -3635906 or 4097480. OLE color: 4097480.

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

Color convert

RGB 200 133 62 -
CMYK 0 0.34 0.69 0.22
HSL 30.87º 0.56% 0.51% -
HSV(B) 30.87º 0.69% 0.78% -
XYZ 33.08 29.4 8.49 -
YUV 144.94 81.2 167.27 -
System Red Green Blue C M Y K H S L
Decimal 200 133 62 0 0.34 0.69 0.22 30.87 0.56 0.51
Hex C8 85 3E 0 22 45 16 1F 38 33
Octal 310 205 76 0 42 105 26 37 70 63
Binary 11001000 10000101 111110 0 100010 1000101 10110 11111 111000 110011

Color Harmonies of #C8853E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8853E

Black with #C8853E

Text Example


Text Example

White with #C8853E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8853E; }

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

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

background-color css

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

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

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

border-color css

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

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

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