#CEA246

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

Shades of Sundance #CEA246

Tints of Sundance #CEA246

Color information

#CEA246 (or 0xCEA246) is unknown color: approx Sundance. HEX triplet: CE, A2 and 46. RGB value is (206,162,70). Sum of RGB (Red+Green+Blue) = 206+162+70=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 70 (27.73% from 255 or 15.98% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA246 is #315DB9. Grayscale: #A5A5A5. Windows color (decimal): -3235258 or 4629198. OLE color: 4629198.

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

Color convert

RGB20616270-
CMYK00.210.660.19
HSL40.59º58.12%54.12%-
HSV(B)40.59º66.02%80.78%-
XYZ39.4839.411.32-
YUV164.6774.58157.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.03%
GREEN value IS 162 (63.67% from 255) = 36.99%
BLUE value IS 70 (27.73% from 255) = 15.98%
R=47.03%
G=36.99%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061627000.210.660.1940.5958.1254.12
HexCEA2460154213293a36
Octal31624210602510223517266
Binary11001110101000101000110010101100001010011101001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA246; }

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

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

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

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

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

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

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

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