#CE853A

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

Shades of Peru #CE853A

Tints of Peru #CE853A

Color information

#CE853A (or 0xCE853A) is unknown color: approx Peru. HEX triplet: CE, 85 and 3A. RGB value is (206,133,58). Sum of RGB (Red+Green+Blue) = 206+133+58=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 58 (23.05% from 255 or 14.61% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE853A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE853A is #317AC5. Grayscale: #929292. Windows color (decimal): -3242694 or 3835342. OLE color: 3835342.

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

Color convert

RGB20613358-
CMYK00.350.720.19
HSL30.41º60.16%51.76%-
HSV(B)30.41º71.84%80.78%-
XYZ34.630.28.01-
YUV146.2878.18170.6-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.89%
GREEN value IS 133 (52.34% from 255) = 33.50%
BLUE value IS 58 (23.05% from 255) = 14.61%
R=51.89%
G=33.50%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061335800.350.720.1930.4160.1651.76
HexCE853A02348131e3c34
Octal3162057204311023367464
Binary1100111010000101111010010001110010001001111110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE853A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE853A; }

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

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

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

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

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

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

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

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