#CE823F

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

Shades of Peru #CE823F

Tints of Peru #CE823F

Color information

#CE823F (or 0xCE823F) is unknown color: approx Peru. HEX triplet: CE, 82 and 3F. RGB value is (206,130,63). Sum of RGB (Red+Green+Blue) = 206+130+63=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 63 (25% from 255 or 15.79% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE823F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE823F is #317DC0. Grayscale: #919191. Windows color (decimal): -3243457 or 4162254. OLE color: 4162254.

HSL color Cylindrical-coordinate representation of color #CE823F: hue angle of 28.11º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE823F is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB20613063-
CMYK00.370.690.19
HSL28.11º59.34%52.75%-
HSV(B)28.11º69.42%80.78%-
XYZ34.3329.458.58-
YUV145.0981.68171.45-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.63%
GREEN value IS 130 (51.17% from 255) = 32.58%
BLUE value IS 63 (25% from 255) = 15.79%
R=51.63%
G=32.58%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061306300.370.690.1928.1159.3452.75
HexCE823F02545131c3b35
Octal3162027704510523347365
Binary1100111010000010111111010010110001011001111100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE823F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE823F; }

 p { color: rgb(206,130,63); }

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

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

 a { background-color: rgb(206,130,63); }

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

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

 span { border-color: rgb(206,130,63); }

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