#CE883C

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

Shades of Peru #CE883C

Tints of Peru #CE883C

Color information

#CE883C (or 0xCE883C) is unknown color: approx Peru. HEX triplet: CE, 88 and 3C. RGB value is (206,136,60). Sum of RGB (Red+Green+Blue) = 206+136+60=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE883C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE883C is #3177C3. Grayscale: #949494. Windows color (decimal): -3241924 or 3967182. OLE color: 3967182.

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

Color convert

RGB20613660-
CMYK00.340.710.19
HSL31.23º59.84%52.16%-
HSV(B)31.23º70.87%80.78%-
XYZ35.0731.068.42-
YUV148.2778.19169.18-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.24%
GREEN value IS 136 (53.52% from 255) = 33.83%
BLUE value IS 60 (23.83% from 255) = 14.93%
R=51.24%
G=33.83%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061366000.340.710.1931.2359.8452.16
HexCE883C02247131f3c34
Octal3162107404210723377464
Binary1100111010001000111100010001010001111001111111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE883C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE883C; }

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

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

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

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

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

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

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

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