Html Css Color HEX #CE8340 Peru

📋 copy color: '#CE8340'

red 206 ◦ green 131 ◦ blue 64

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

Shades of Peru #CE8340

Tints of Peru #CE8340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.96%

R = 51.37%
G = 32.67%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE8340 (or 0xCE8340) is known color: Peru. HEX triplet: CE, 83 and 40. RGB value is (206,131,64). Sum of RGB (Red+Green+Blue) = 206+131+64=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8340 is #317CBF. Grayscale: #929292. Windows color (decimal): -3243200 or 4228046. OLE color: 4228046.

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

Color convert

RGB 206 131 64 -
CMYK 0 0.36 0.69 0.19
HSL 28.31º 0.59% 0.53% -
HSV(B) 28.31º 0.69% 0.81% -
XYZ 34.5 29.72 8.77 -
YUV 145.79 81.85 170.95 -
System Red Green Blue C M Y K H S L
Decimal 206 131 64 0 0.36 0.69 0.19 28.31 0.59 0.53
Hex CE 83 40 0 24 45 13 1C 3B 35
Octal 316 203 100 0 44 105 23 34 73 65
Binary 11001110 10000011 1000000 0 100100 1000101 10011 11100 111011 110101

Color Harmonies of #CE8340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8340

Black with #CE8340

Text Example


Text Example

White with #CE8340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8340; }

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

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

background-color css

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

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

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

border-color css

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

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

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