#CE803B

Color #CE803B Peru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru #CE803B

Tints of Peru #CE803B

Color information

#CE803B (or 0xCE803B) is unknown color: approx Peru. HEX triplet: CE, 80 and 3B. RGB value is (206,128,59). Sum of RGB (Red+Green+Blue) = 206+128+59=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 59 (23.44% from 255 or 15.01% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE803B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE803B is #317FC4. Grayscale: #8F8F8F. Windows color (decimal): -3243973 or 3899598. OLE color: 3899598.

HSL color Cylindrical-coordinate representation of color #CE803B: hue angle of 28.16º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE803B is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB20612859-
CMYK00.380.710.19
HSL28.16º60%51.96%-
HSV(B)28.16º71.36%80.78%-
XYZ33.9628.887.92-
YUV143.4680.34172.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.42%
GREEN value IS 128 (50.39% from 255) = 32.57%
BLUE value IS 59 (23.44% from 255) = 15.01%
R=52.42%
G=32.57%
B=15.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061285900.380.710.1928.166051.96
HexCE803B02647131c3c34
Octal3162007304610723347464
Binary1100111010000000111011010011010001111001111100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE803B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE803B; }

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

 H1.HeaderClassName
 {
   color: #CE803B;
 }
 .AnyTagClassName
 {
   color: #CE803B;
 }
</style>
background-color css

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

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

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

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

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

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