#CE813C

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

Shades of Peru #CE813C

Tints of Peru #CE813C

Color information

#CE813C (or 0xCE813C) is unknown color: approx Peru. HEX triplet: CE, 81 and 3C. RGB value is (206,129,60). Sum of RGB (Red+Green+Blue) = 206+129+60=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 60 (23.83% from 255 or 15.19% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE813C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE813C is #317EC3. Grayscale: #909090. Windows color (decimal): -3243716 or 3965390. OLE color: 3965390.

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

Color convert

RGB20612960-
CMYK00.370.710.19
HSL28.36º59.84%52.16%-
HSV(B)28.36º70.87%80.78%-
XYZ34.1229.158.1-
YUV144.1680.51172.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.15%
GREEN value IS 129 (50.78% from 255) = 32.66%
BLUE value IS 60 (23.83% from 255) = 15.19%
R=52.15%
G=32.66%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061296000.370.710.1928.3659.8452.16
HexCE813C02547131c3c34
Octal3162017404510723347464
Binary1100111010000001111100010010110001111001111100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE813C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE813C; }

 p { color: rgb(206,129,60); }

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

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

 a { background-color: rgb(206,129,60); }

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

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

 span { border-color: rgb(206,129,60); }

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