#CE833C

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

Shades of Peru #CE833C

Tints of Peru #CE833C

Color information

#CE833C (or 0xCE833C) is unknown color: approx Peru. HEX triplet: CE, 83 and 3C. RGB value is (206,131,60). Sum of RGB (Red+Green+Blue) = 206+131+60=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 60 (23.83% from 255 or 15.11% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE833C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE833C is #317CC3. Grayscale: #919191. Windows color (decimal): -3243204 or 3965902. OLE color: 3965902.

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

Color convert

RGB20613160-
CMYK00.360.710.19
HSL29.18º59.84%52.16%-
HSV(B)29.18º70.87%80.78%-
XYZ34.3929.688.19-
YUV145.3379.85171.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.89%
GREEN value IS 131 (51.56% from 255) = 33.00%
BLUE value IS 60 (23.83% from 255) = 15.11%
R=51.89%
G=33.00%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061316000.360.710.1929.1859.8452.16
HexCE833C02447131d3c34
Octal3162037404410723357464
Binary1100111010000011111100010010010001111001111101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE833C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE833C; }

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

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

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

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

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

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

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

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