#CE863B

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

Shades of Peru #CE863B

Tints of Peru #CE863B

Color information

#CE863B (or 0xCE863B) is unknown color: approx Peru. HEX triplet: CE, 86 and 3B. RGB value is (206,134,59). Sum of RGB (Red+Green+Blue) = 206+134+59=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 59 (23.44% from 255 or 14.79% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE863B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE863B is #3179C4. Grayscale: #939393. Windows color (decimal): -3242437 or 3901134. OLE color: 3901134.

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

Color convert

RGB20613459-
CMYK00.350.710.19
HSL30.61º60%51.96%-
HSV(B)30.61º71.36%80.78%-
XYZ34.7730.498.19-
YUV146.9878.35170.1-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.63%
GREEN value IS 134 (52.73% from 255) = 33.58%
BLUE value IS 59 (23.44% from 255) = 14.79%
R=51.63%
G=33.58%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061345900.350.710.1930.616051.96
HexCE863B02347131f3c34
Octal3162067304310723377464
Binary1100111010000110111011010001110001111001111111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE863B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE863B; }

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

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

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

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

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

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

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

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