#CE823B

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

Shades of Peru #CE823B

Tints of Peru #CE823B

Color information

#CE823B (or 0xCE823B) is unknown color: approx Peru. HEX triplet: CE, 82 and 3B. RGB value is (206,130,59). Sum of RGB (Red+Green+Blue) = 206+130+59=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 59 (23.44% from 255 or 14.94% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE823B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE823B is #317DC4. Grayscale: #909090. Windows color (decimal): -3243461 or 3900110. OLE color: 3900110.

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

Color convert

RGB20613059-
CMYK00.370.710.19
HSL28.98º60%51.96%-
HSV(B)28.98º71.36%80.78%-
XYZ34.2329.48.01-
YUV144.6379.68171.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.15%
GREEN value IS 130 (51.17% from 255) = 32.91%
BLUE value IS 59 (23.44% from 255) = 14.94%
R=52.15%
G=32.91%
B=14.94%

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
Decimal2061305900.370.710.1928.986051.96
HexCE823B02547131d3c34
Octal3162027304510723357464
Binary1100111010000010111011010010110001111001111101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE823B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE823B; }

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

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

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

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

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

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

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

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