Html Css Color HEX #CE8640 Peru

📋 copy color: '#CE8640'

red 206 ◦ green 134 ◦ blue 64

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

Shades of Peru #CE8640

Tints of Peru #CE8640

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.17%

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

R = 50.99%
G = 33.17%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE8640 (or 0xCE8640) is known color: Peru. HEX triplet: CE, 86 and 40. RGB value is (206,134,64). Sum of RGB (Red+Green+Blue) = 206+134+64=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8640 is #3179BF. Grayscale: #939393. Windows color (decimal): -3242432 or 4228814. OLE color: 4228814.

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

Color convert

RGB 206 134 64 -
CMYK 0 0.35 0.69 0.19
HSL 29.58º 0.59% 0.53% -
HSV(B) 29.58º 0.69% 0.81% -
XYZ 34.9 30.54 8.91 -
YUV 147.55 80.85 169.69 -
System Red Green Blue C M Y K H S L
Decimal 206 134 64 0 0.35 0.69 0.19 29.58 0.59 0.53
Hex CE 86 40 0 23 45 13 1E 3B 35
Octal 316 206 100 0 43 105 23 36 73 65
Binary 11001110 10000110 1000000 0 100011 1000101 10011 11110 111011 110101

Color Harmonies of #CE8640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8640

Black with #CE8640

Text Example


Text Example

White with #CE8640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8640; }

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

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

background-color css

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

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

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

border-color css

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

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

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