#CECC5C

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

Shades of Wild Willow #CECC5C

Tints of Wild Willow #CECC5C

Color information

#CECC5C (or 0xCECC5C) is unknown color: approx Wild Willow. HEX triplet: CE, CC and 5C. RGB value is (206,204,92). Sum of RGB (Red+Green+Blue) = 206+204+92=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 92 (36.33% from 255 or 18.33% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECC5C is #3133A3. Grayscale: #C0C0C0. Windows color (decimal): -3224484 or 6081742. OLE color: 6081742.

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

Color convert

RGB20620492-
CMYK00.010.550.19
HSL58.95º53.77%58.43%-
HSV(B)58.95º55.34%80.78%-
XYZ48.9857.0818.56-
YUV191.8371.66138.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.04%
GREEN value IS 204 (80.08% from 255) = 40.64%
BLUE value IS 92 (36.33% from 255) = 18.33%
R=41.04%
G=40.64%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2062049200.010.550.1958.9553.7758.43
HexCECC5C0137133b363a
Octal316314134016723736672
Binary110011101100110010111000111011110011111011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECC5C; }

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

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

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

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

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

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

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

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