#CE833A

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

Shades of Peru #CE833A

Tints of Peru #CE833A

Color information

#CE833A (or 0xCE833A) is unknown color: approx Peru. HEX triplet: CE, 83 and 3A. RGB value is (206,131,58). Sum of RGB (Red+Green+Blue) = 206+131+58=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE833A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE833A is #317CC5. Grayscale: #919191. Windows color (decimal): -3243206 or 3834830. OLE color: 3834830.

HSL color Cylindrical-coordinate representation of color #CE833A: hue angle of 29.59º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE833A is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB20613158-
CMYK00.360.720.19
HSL29.59º60.16%51.76%-
HSV(B)29.59º71.84%80.78%-
XYZ34.3329.667.92-
YUV145.178.85171.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.15%
GREEN value IS 131 (51.56% from 255) = 33.16%
BLUE value IS 58 (23.05% from 255) = 14.68%
R=52.15%
G=33.16%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061315800.360.720.1929.5960.1651.76
HexCE833A02448131e3c34
Octal3162037204411023367464
Binary1100111010000011111010010010010010001001111110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE833A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE833A; }

 p { color: rgb(206,131,58); }

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

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

 a { background-color: rgb(206,131,58); }

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

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

 span { border-color: rgb(206,131,58); }

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