#CEC95C

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

Shades of Wild Willow #CEC95C

Tints of Wild Willow #CEC95C

Color information

#CEC95C (or 0xCEC95C) is unknown color: approx Wild Willow. HEX triplet: CE, C9 and 5C. RGB value is (206,201,92). Sum of RGB (Red+Green+Blue) = 206+201+92=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 92 (36.33% from 255 or 18.44% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC95C is #3136A3. Grayscale: #BEBEBE. Windows color (decimal): -3225252 or 6080974. OLE color: 6080974.

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

Color convert

RGB20620192-
CMYK00.020.550.19
HSL57.37º53.77%58.43%-
HSV(B)57.37º55.34%80.78%-
XYZ48.2755.6718.33-
YUV190.0772.66139.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.28%
GREEN value IS 201 (78.91% from 255) = 40.28%
BLUE value IS 92 (36.33% from 255) = 18.44%
R=41.28%
G=40.28%
B=18.44%

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
Decimal2062019200.020.550.1957.3753.7758.43
HexCEC95C02371339363a
Octal316311134026723716672
Binary1100111011001001101110001011011110011111001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC95C; }

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

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

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

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

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

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

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

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