#CECC64

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

Shades of Wild Willow #CECC64

Tints of Wild Willow #CECC64

Color information

#CECC64 (or 0xCECC64) is unknown color: approx Wild Willow. HEX triplet: CE, CC and 64. RGB value is (206,204,100). Sum of RGB (Red+Green+Blue) = 206+204+100=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 100 (39.45% from 255 or 19.61% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECC64 is #31339B. Grayscale: #C1C1C1. Windows color (decimal): -3224476 or 6606030. OLE color: 6606030.

HSL color Cylindrical-coordinate representation of color #CECC64: hue angle of 58.87º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CECC64 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB206204100-
CMYK00.010.510.19
HSL58.87º51.96%60%-
HSV(B)58.87º51.46%80.78%-
XYZ49.3557.2320.5-
YUV192.7475.66137.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.39%
GREEN value IS 204 (80.08% from 255) = 40%
BLUE value IS 100 (39.45% from 255) = 19.61%
R=40.39%
G=40%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620410000.010.510.1958.8751.9660
HexCECC640133133b343c
Octal316314144016323736474
Binary110011101100110011001000111001110011111011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECC64; }

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

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

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

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

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

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

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

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