#CEA146

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

Shades of Sundance #CEA146

Tints of Sundance #CEA146

Color information

#CEA146 (or 0xCEA146) is unknown color: approx Sundance. HEX triplet: CE, A1 and 46. RGB value is (206,161,70). Sum of RGB (Red+Green+Blue) = 206+161+70=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 70 (27.73% from 255 or 16.02% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA146 is #315EB9. Grayscale: #A4A4A4. Windows color (decimal): -3235514 or 4628942. OLE color: 4628942.

HSL color Cylindrical-coordinate representation of color #CEA146: hue angle of 40.15º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CEA146 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB20616170-
CMYK00.220.660.19
HSL40.15º58.12%54.12%-
HSV(B)40.15º66.02%80.78%-
XYZ39.339.0511.26-
YUV164.0874.91157.9-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.14%
GREEN value IS 161 (63.28% from 255) = 36.84%
BLUE value IS 70 (27.73% from 255) = 16.02%
R=47.14%
G=36.84%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061617000.220.660.1940.1558.1254.12
HexCEA1460164213283a36
Octal31624110602610223507266
Binary11001110101000011000110010110100001010011101000111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA146; }

 p { color: rgb(206,161,70); }

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

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

 a { background-color: rgb(206,161,70); }

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

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

 span { border-color: rgb(206,161,70); }

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