#CE813B

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

Shades of Peru #CE813B

Tints of Peru #CE813B

Color information

#CE813B (or 0xCE813B) is unknown color: approx Peru. HEX triplet: CE, 81 and 3B. RGB value is (206,129,59). Sum of RGB (Red+Green+Blue) = 206+129+59=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 59 (23.44% from 255 or 14.97% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE813B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE813B is #317EC4. Grayscale: #909090. Windows color (decimal): -3243717 or 3899854. OLE color: 3899854.

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

Color convert

RGB20612959-
CMYK00.370.710.19
HSL28.57º60%51.96%-
HSV(B)28.57º71.36%80.78%-
XYZ34.0929.147.96-
YUV144.0480.01172.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.28%
GREEN value IS 129 (50.78% from 255) = 32.74%
BLUE value IS 59 (23.44% from 255) = 14.97%
R=52.28%
G=32.74%
B=14.97%

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
Decimal2061295900.370.710.1928.576051.96
HexCE813B02547131d3c34
Octal3162017304510723357464
Binary1100111010000001111011010010110001111001111101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE813B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE813B; }

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

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

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

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

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

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

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

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