#ce893a

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

Shades of Peru #CE893A

Tints of Peru #CE893A

Color information

#CE893A (or 0xCE893A) is unknown color: approx Peru. HEX triplet: CE, 89 and 3A. RGB value is (206,137,58). Sum of RGB (Red+Green+Blue) = 206+137+58=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 58 (23.05% from 255 or 14.46% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE893A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE893A is #3176C5. Grayscale: #959595. Windows color (decimal): -3241670 or 3836366. OLE color: 3836366.

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

Color convert

RGB20613758-
CMYK00.330.720.19
HSL32.03º60.16%51.76%-
HSV(B)32.03º71.84%80.78%-
XYZ35.1631.328.19-
YUV148.6276.86168.92-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.37%
GREEN value IS 137 (53.91% from 255) = 34.16%
BLUE value IS 58 (23.05% from 255) = 14.46%
R=51.37%
G=34.16%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061375800.330.720.1932.0360.1651.76
HexCE893A0214813203c34
Octal3162117204111023407464
Binary11001110100010011110100100001100100010011100000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce893a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce893a; }

 p { color: rgb(206,137,58); }

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

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

 a { background-color: rgb(206,137,58); }

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

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

 span { border-color: rgb(206,137,58); }

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