#cec66f

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

Shades of Chenin #CEC66F

Tints of Chenin #CEC66F

Color information

#CEC66F (or 0xCEC66F) is unknown color: approx Chenin. HEX triplet: CE, C6 and 6F. RGB value is (206,198,111). Sum of RGB (Red+Green+Blue) = 206+198+111=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 111 (43.75% from 255 or 21.55% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC66F is #313990. Grayscale: #BEBEBE. Windows color (decimal): -3226001 or 7325390. OLE color: 7325390.

HSL color Cylindrical-coordinate representation of color #CEC66F: hue angle of 54.95º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CEC66F is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB206198111-
CMYK00.040.460.19
HSL54.95º49.22%62.16%-
HSV(B)54.95º46.12%80.78%-
XYZ48.5254.6623.03-
YUV190.4783.15139.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40%
GREEN value IS 198 (77.73% from 255) = 38.45%
BLUE value IS 111 (43.75% from 255) = 21.55%
R=40%
G=38.45%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619811100.040.460.1954.9549.2262.16
HexCEC66F042E1337313e
Octal316306157045623676176
Binary11001110110001101101111010010111010011110111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cec66f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cec66f; }

 p { color: rgb(206,198,111); }

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

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

 a { background-color: rgb(206,198,111); }

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

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

 span { border-color: rgb(206,198,111); }

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