Html Css Color HEX #CE8040 Peru

📋 copy color: '#CE8040'

red 206 ◦ green 128 ◦ blue 64

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

Shades of Peru #CE8040

Tints of Peru #CE8040

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.16%

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

R = 51.76%
G = 32.16%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE8040 (or 0xCE8040) is known color: Peru. HEX triplet: CE, 80 and 40. RGB value is (206,128,64). Sum of RGB (Red+Green+Blue) = 206+128+64=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8040 is #317FBF. Grayscale: #909090. Windows color (decimal): -3243968 or 4227278. OLE color: 4227278.

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

Color convert

RGB 206 128 64 -
CMYK 0 0.38 0.69 0.19
HSL 27.04º 0.59% 0.53% -
HSV(B) 27.04º 0.69% 0.81% -
XYZ 34.1 28.93 8.64 -
YUV 144.03 82.84 172.2 -
System Red Green Blue C M Y K H S L
Decimal 206 128 64 0 0.38 0.69 0.19 27.04 0.59 0.53
Hex CE 80 40 0 26 45 13 1B 3B 35
Octal 316 200 100 0 46 105 23 33 73 65
Binary 11001110 10000000 1000000 0 100110 1000101 10011 11011 111011 110101

Color Harmonies of #CE8040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8040

Black with #CE8040

Text Example


Text Example

White with #CE8040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8040; }

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

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

background-color css

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

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

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

border-color css

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

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

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