Html Css Color HEX #CE8346 Peru

📋 copy color: '#CE8346'

red 206 ◦ green 131 ◦ blue 70

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

Shades of Peru #CE8346

Tints of Peru #CE8346

RGB

 RED value IS 206 (80.86% from 255) = 50.61%

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

 BLUE value IS 70 (27.73% from 255) = 17.2%

R = 50.61%
G = 32.19%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE8346 (or 0xCE8346) is known color: Peru. HEX triplet: CE, 83 and 46. RGB value is (206,131,70). Sum of RGB (Red+Green+Blue) = 206+131+70=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8346 is #317CB9. Grayscale: #929292. Windows color (decimal): -3243194 or 4621262. OLE color: 4621262.

HSL color Cylindrical-coordinate representation of color #CE8346: hue angle of 26.91º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE8346 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 131 70 -
CMYK 0 0.36 0.66 0.19
HSL 26.91º 0.58% 0.54% -
HSV(B) 26.91º 0.66% 0.81% -
XYZ 34.68 29.8 9.72 -
YUV 146.47 84.85 170.46 -
System Red Green Blue C M Y K H S L
Decimal 206 131 70 0 0.36 0.66 0.19 26.91 0.58 0.54
Hex CE 83 46 0 24 42 13 1B 3A 36
Octal 316 203 106 0 44 102 23 33 72 66
Binary 11001110 10000011 1000110 0 100100 1000010 10011 11011 111010 110110

Color Harmonies of #CE8346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8346

Black with #CE8346

Text Example


Text Example

White with #CE8346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8346; }

 p { color: rgb(206,131,70); }

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

background-color css

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

 a { background-color: rgb(206,131,70); }

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

border-color css

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

 span { border-color: rgb(206,131,70); }

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