Html Css Color HEX #CE8240 Peru

📋 copy color: '#CE8240'

red 206 ◦ green 130 ◦ blue 64

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

Shades of Peru #CE8240

Tints of Peru #CE8240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.5%

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

R = 51.5%
G = 32.5%
B = 16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE8240 (or 0xCE8240) is known color: Peru. HEX triplet: CE, 82 and 40. RGB value is (206,130,64). Sum of RGB (Red+Green+Blue) = 206+130+64=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 64 (25.39% from 255 or 16% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8240 is #317DBF. Grayscale: #919191. Windows color (decimal): -3243456 or 4227790. OLE color: 4227790.

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

Color convert

RGB 206 130 64 -
CMYK 0 0.37 0.69 0.19
HSL 27.89º 0.59% 0.53% -
HSV(B) 27.89º 0.69% 0.81% -
XYZ 34.36 29.46 8.73 -
YUV 145.2 82.18 171.37 -
System Red Green Blue C M Y K H S L
Decimal 206 130 64 0 0.37 0.69 0.19 27.89 0.59 0.53
Hex CE 82 40 0 25 45 13 1C 3B 35
Octal 316 202 100 0 45 105 23 34 73 65
Binary 11001110 10000010 1000000 0 100101 1000101 10011 11100 111011 110101

Color Harmonies of #CE8240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8240

Black with #CE8240

Text Example


Text Example

White with #CE8240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8240; }

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

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

background-color css

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

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

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

border-color css

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

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

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