#CECA5C

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

Shades of Wild Willow #CECA5C

Tints of Wild Willow #CECA5C

Color information

#CECA5C (or 0xCECA5C) is unknown color: approx Wild Willow. HEX triplet: CE, CA and 5C. RGB value is (206,202,92). Sum of RGB (Red+Green+Blue) = 206+202+92=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 92 (36.33% from 255 or 18.4% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECA5C is #3135A3. Grayscale: #BFBFBF. Windows color (decimal): -3224996 or 6081230. OLE color: 6081230.

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

Color convert

RGB20620292-
CMYK00.020.550.19
HSL57.89º53.77%58.43%-
HSV(B)57.89º55.34%80.78%-
XYZ48.5156.1418.4-
YUV190.6672.33138.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.2%
GREEN value IS 202 (79.30% from 255) = 40.4%
BLUE value IS 92 (36.33% from 255) = 18.4%
R=41.2%
G=40.4%
B=18.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2062029200.020.550.1957.8953.7758.43
HexCECA5C0237133a363a
Octal316312134026723726672
Binary1100111011001010101110001011011110011111010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECA5C; }

 p { color: rgb(206,202,92); }

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

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

 a { background-color: rgb(206,202,92); }

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

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

 span { border-color: rgb(206,202,92); }

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